Browse Source

fix 通知

he2802 3 năm trước cách đây
mục cha
commit
b6ac10abaf

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

@@ -508,7 +508,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         AND og.status=1
         and u.status=1
         and og.refund_status in(0,3)
-        and pay_status in (2,3)
+        and og.pay_status in (2,3,4)
         and g.business_id =#{businessId}
     </select>