Browse Source

变更项目列表修改

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
487e69ac8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TChangeTaskMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TChangeTaskMapper.xml

@@ -467,7 +467,7 @@
   	and a.split_status= #{splitStatus}
   	</if>
   	<if test="splitStatus ==3">
-  	and a.split_status= #{splitStatus}
+  	and a.split_status !=2
   	</if>
   	 and a.cid= #{id} order by a.id
   </select>