소스 검색

BUG修复

anderx 7 년 전
부모
커밋
6d7fb59e6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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

@@ -1075,7 +1075,7 @@
   	</if>
   	<if test="specially == 4">
   	and a.process_status in (4,5,6)
-  	and a.order_status not in(3,5)
+  	and a.order_status not in(5,7)
   	</if>
   	<if test="specially == 5">
   	and c.department_id=(select department_id from admin where  id= #{aid,jdbcType=VARCHAR})