Browse Source

修改部门设置修改

anderx 1 year ago
parent
commit
abcfd8c99c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/DepartmentMapper.xml

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

@@ -700,8 +700,8 @@
   <update id="updateOrderDepFinanceNotExamine">
     update t_order_examine a ,admin b
     set a.aid=b.id , aname =b.name
-    where a.aid=#{useFinanceId} and a.status =0
-      and b.id= #{newFinanceId}
+    where a.aid=#{newFinanceId} and a.status =0
+      and b.id= #{useFinanceId}
   </update>
 
 </mapper>