|
@@ -122,9 +122,10 @@ public class WorkerElecConfirmLogic {
|
|
|
throw new RemoteServiceException(manual.getNickName() + "师傅签名记录已存在");
|
|
|
}
|
|
|
|
|
|
- manual.setConfirmBy(adminUser.getNickName())
|
|
|
+ manual.setConfirmBy(adminUser.getNickName())
|
|
|
.setConfirmTime(DateUtil.date())
|
|
|
- .setStatus(status.getKey());
|
|
|
+ .setStatus(status.getKey())
|
|
|
+ .updateById();
|
|
|
|
|
|
if (status.getKey().equals(ExamineStatusEnum.OK.getKey())) {
|
|
|
WorkerSignConfirm confirm = new WorkerSignConfirm();
|