浏览代码

Merge branch 'test' of jishutao/kede-server into prod

anderx 6 年之前
父节点
当前提交
68d4bb6dad
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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

@@ -1187,7 +1187,7 @@ where super_id is null )  e on e.order_no=a.order_no
   	and a.salesman_id = #{aid,jdbcType=VARCHAR}
   	</if>
   	<if test="specially == 3">
-  	and a.approval = 1 and  a.order_status=2
+  	and a.approval = 1 and  a.order_status=2 and a.process_status != 99 
   	</if>
   	<if test="specially == 4">
   	and e.main=1
@@ -1273,7 +1273,7 @@ where super_id is null ) e on e.order_no=a.order_no
   	and a.salesman_id = #{aid,jdbcType=VARCHAR}
   	</if>
   	<if test="specially == 3">
-  	and a.approval = 1 and  a.order_status=2
+  	and a.approval = 1 and  a.order_status=2 and a.process_status != 99 
   	</if>
   	<if test="specially == 4">
   	 and e.main=1