zouxuan 5 年之前
父节点
当前提交
52e30888fb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/StudentManageDao.xml

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/StudentManageDao.xml

@@ -399,10 +399,10 @@
             <if test="studentStatus != null and studentStatus != ''">
             <if test="studentStatus != null and studentStatus != ''">
                 AND sr.music_group_status_ = #{studentStatus}
                 AND sr.music_group_status_ = #{studentStatus}
             </if>
             </if>
-            <if test="paymentStatus != null and paymentStatus = 1">
+            <if test="paymentStatus != null and paymentStatus == 1">
                 AND sr.payment_status_ = 2
                 AND sr.payment_status_ = 2
             </if>
             </if>
-            <if test="paymentStatus != null and paymentStatus = 0">
+            <if test="paymentStatus != null and paymentStatus == 0">
                 AND sr.payment_status_ IN (0,1)
                 AND sr.payment_status_ IN (0,1)
             </if>
             </if>
             <if test="musicGroupId != null and musicGroupId != ''">
             <if test="musicGroupId != null and musicGroupId != ''">