Преглед на файлове

调整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>