顾绍勇 hace 5 años
padre
commit
e44c67d77c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRecommendCustomerMapper.xml Ver fichero

@@ -962,7 +962,7 @@
962 962
             </otherwise>
963 963
         </choose>
964 964
 
965
-              AND IFNULL(t.realty_consultant, '') != ''), 1, 0 ) ), 0) AS consultNum,
965
+              AND IFNULL(t.realty_consultant, '') != '', 1, 0 ) ), 0) AS consultNum,
966 966
 
967 967
             COALESCE(sum( IF ( t.building_id = #{buildingId}, 1, 0 ) ), 0) AS buildingNum
968 968