瀏覽代碼

开单、签单列表BUG修复

anderx 7 年之前
父節點
當前提交
0810bca179
共有 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

@@ -1114,7 +1114,7 @@
   	</if>
   	where a.delete_sign = 0 
   	<if test="specially == 0">
-  	and a.order_status not in(3,5,6) and a.approval !=3
+  	and a.order_status not in(3,5,6,7) and a.approval !=3
   	and a.salesman_id = #{aid,jdbcType=VARCHAR}
   	</if>
   	<if test="specially == 1">