|
@@ -587,7 +587,7 @@ public class AppraiseRelaLogic {
|
|
|
}
|
|
|
apply.setExamineResult(apply.getAppraiseStatus());
|
|
|
}
|
|
|
- pgAppraiseApplyService.saveBatch(applyList);
|
|
|
+ pgAppraiseApplyService.saveOrUpdateBatch(applyList);
|
|
|
|
|
|
for (String orderId : orderIds) {
|
|
|
final PgAppraiseApply apply = applyMap.get(orderId);
|
|
@@ -600,7 +600,6 @@ public class AppraiseRelaLogic {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
pgAppraiseApplyService.lambdaUpdate()
|
|
|
.set(PgAppraiseApply::getCloseBy, adminUser.getNickName())
|
|
|
.set(PgAppraiseApply::getCloseTime, DateUtil.date())
|