傅行帆 5 年前
父节点
当前提交
328074a398
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

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

@@ -608,7 +608,7 @@ FROM
608 608
     <select id="getMyCustStatistics" resultType="java.util.Map">
609 609
         SELECT
610 610
             sum( IF ( STATUS = 4, 1, 0 ) ) AS clinchSum,
611
-            sum( IF ( STATUS != 4 AND STATUS != 4, 1, 0 ) ) AS followSum
611
+            sum( IF ( STATUS != 4 AND verify_status = 1, 1, 0 ) ) AS followSum
612 612
         FROM
613 613
             ta_recommend_customer
614 614
         WHERE