ソースを参照

fix 信息推送

he2802 3 年 前
コミット
d2e2fdf989

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

@@ -1166,6 +1166,7 @@
           AND g.`status` = 1
           AND gu.`status` = 1
           AND gu.change_grade = 0
+          AND (SELECT count(*) from user_confirm_info where gu.order_goods_id = order_goods_id) > 0
           AND IFNULL(gu.official_status,0) != 1
     </select>