傅行帆 5 anni fa
parent
commit
328074a398
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRecommendCustomerMapper.xml Vedi 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