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