he2802 пре 1 година
родитељ
комит
4a0d0439eb

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/top/TopDivideOrderMapper.xml

@@ -292,8 +292,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="tenantId != null and tenantId != ''">
             AND v.tenant_id = #{tenantId}
         </if>
-        <if test="payStatus != null and payStatus.size()!=0">
-            AND cl.pay_status in
+        <if test="checkStatus != null and checkStatus.size()!=0">
+            AND cl.check_status in
             <foreach collection="payStatus" item="item" index="index" open="(" close=")" separator=",">
                 #{item}
             </foreach>

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/user/UserStudyRecordMapper.xml

@@ -815,7 +815,7 @@
         ( SELECT p.project_name FROM course_project_type p WHERE p.id = g.project_id LIMIT 1) AS project_name,
         s.service_start_time,
         s.service_end_time,
-        ( SELECT count(*) FROM course_file cf WHERE  cf.handouts_id =g.handouts_id AND cf.type = 1 AND cf.`status` = 1 ) AS file_num,
+        ( SELECT count(*) FROM course_file cf WHERE  cf.handouts_id =g.handouts_id AND cf.type = 1 AND cf.`status` = 1 ) AS file_num
         FROM
         goods g
         LEFT JOIN order_goods s ON g.goods_id = s.goods_id