瀏覽代碼

修改限定项目列表

anderx 1 年之前
父節點
當前提交
73e23f65bd
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/goafanti/common/mapper/NewOrderChangeMapper.xml

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

@@ -709,7 +709,6 @@ from new_order_change a where 1 = 1 and status in (0,1,2,3)
     </if>
     <if test="complete ==2 and processState == 10">
       and a.process_state = 10  and   a.status in (2,4)
-
     </if>
     <if test="complete ==3">
       and   a.status = 2