Browse Source

fix 前培

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

+ 3 - 0
zhongzheng-system/src/main/resources/mapper/modules/user/UserSubscribeMapper.xml

@@ -135,6 +135,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="subscribeStatus != null and subscribeStatus != '' ">
             and us.subscribe_status = #{subscribeStatus}
         </if>
+        <if test="beforeStatus != null and beforeStatus != '' ">
+            and us.before_status = #{beforeStatus}
+        </if>
         <if test="applyId != null and applyId != '' ">
             and us.apply_id = #{applyId}
         </if>