Browse Source

调整sop任务删除都展示问题

yfh 4 days ago
parent
commit
f0970d2190
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs-service/src/main/resources/mapper/sop/QwSopMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/sop/QwSopMapper.xml

@@ -580,6 +580,7 @@
     <select id="selectAllQwSopInfo" parameterType="QwSop" resultMap="QwSopResult">
     <select id="selectAllQwSopInfo" parameterType="QwSop" resultMap="QwSopResult">
         <include refid="selectQwSopVo"/>
         <include refid="selectQwSopVo"/>
         <where>
         <where>
+            status != 6
             <if test="name != null  and name != ''"> and name like concat('%', #{name}, '%')</if>
             <if test="name != null  and name != ''"> and name like concat('%', #{name}, '%')</if>
             <if test="status != null "> and status = #{status}</if>
             <if test="status != null "> and status = #{status}</if>
             <if test="type != null "> and type = #{type}</if>
             <if test="type != null "> and type = #{type}</if>