Преглед изворни кода

咨询师管理员BUG修复

anderx пре 7 година
родитељ
комит
41f3800c89
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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

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