he2802 3 rokov pred
rodič
commit
3a3d35d410

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/base/UserProfileMapper.xml

@@ -242,6 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         LEFT JOIN goods g ON up.goods_id = g.goods_id
         WHERE 1=1
         and up.type_status = 1
+        and up.current_status = 1
         <if test="periodStatus != null">
             and up.`status` = #{periodStatus}
         </if>

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/exam/ExamApplyMapper.xml

@@ -257,6 +257,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         WHERE
             1 =1
           and us.subscribe_status = 1
+
           and us.apply_id = #{applyId}
     </select>