浏览代码

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

yfh 4 天之前
父节点
当前提交
f0970d2190
共有 1 个文件被更改,包括 1 次插入0 次删除
  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">
         <include refid="selectQwSopVo"/>
         <where>
+            status != 6
             <if test="name != null  and name != ''"> and name like concat('%', #{name}, '%')</if>
             <if test="status != null "> and status = #{status}</if>
             <if test="type != null "> and type = #{type}</if>