Browse Source

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

anderx 3 years ago
parent
commit
bb17613541
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/utils/AsyncUtils.java

+ 1 - 1
src/main/java/com/goafanti/common/utils/AsyncUtils.java

@@ -143,7 +143,7 @@ public class AsyncUtils {
 	 */
     public void updateExamineName( String depId, String aid) {
 			tOrderNewMapper.updateExamineName(3,depId,aid,null);
-			newOrderChangeMapper.updateExamineName(5,depId,aid,null);
+			newOrderChangeMapper.updateExamineName(OrderChangeProcess.JSZJ.getCode(),depId,aid,null);
 			tOrderInvoiceMapper.updateExamineName(0,depId,aid,null);
 	}