傅行帆 před 5 roky
rodič
revize
328074a398

+ 1
- 1
src/main/resources/mapper/TaRecommendCustomerMapper.xml Zobrazit soubor

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