瀏覽代碼

* bug fix

顾绍勇 5 年之前
父節點
當前提交
e44c67d77c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRecommendCustomerMapper.xml 查看文件

@@ -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