FengChaoYu пре 4 месеци
родитељ
комит
d00331d3c7

+ 1 - 0
mall-server-api/src/main/java/com/gree/mall/manager/logic/workorder/AppraiseRelaLogic.java

@@ -410,6 +410,7 @@ public class AppraiseRelaLogic {
             apply.setExamineResult(orderBase.getAppraiseStatus());
             PgAppraiseApply copy = new PgAppraiseApply();
             this.copyApply(copy, apply);
+            copy.setIsSecond(true);
             copy.insert();
         }