傅行帆 5 years ago
parent
commit
328074a398
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRecommendCustomerMapper.xml View File

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