ソースを参照

总裁特批列表修改

anderx 3 年 前
コミット
7a70406ee9
共有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

@@ -1166,11 +1166,11 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
      <if test="specially == 3">
      <if test="specially == 3">
        and  a.order_status=2
        and  a.order_status=2
        <if test="approval ==0">
        <if test="approval ==0">
-         and a.process_status in(7)
+         and a.process_status in(4)
          and a.approval = 0
          and a.approval = 0
        </if>
        </if>
        <if test="approval ==1">
        <if test="approval ==1">
-         and a.process_status in(7)
+         and a.process_status in(4)
          and a.approval in
          and a.approval in
          <if test="manageType ==0">
          <if test="manageType ==0">
            (1)
            (1)