Joburgess 5 years ago
parent
commit
8b559085a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/VipGroupMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/VipGroupMapper.xml

@@ -749,7 +749,7 @@
 
     <select id="countStudentPaymentNum" resultType="int">
         SELECT
-            *
+            COUNT(*)
         FROM course_schedule_student_payment cssp
         WHERE
             cssp.settlement_time_ IS NOT NULL