|
@@ -123,15 +123,15 @@ public class ContractRenewEvent extends BaseController {
|
|
|
entity.setFlowFinishtime(LocalDateTime.now());
|
|
|
contractRenewService.update(entity);
|
|
|
|
|
|
- //更新档案中的续签信息
|
|
|
- StaffRecordsDTO dto = ContractRenewConvert.INSTANCE.convert02(entity);
|
|
|
- //续签情况字段评价
|
|
|
- DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy/M/d");
|
|
|
- String createTime = entity.getCreateTime().format(formatter);
|
|
|
- dto.setXqqk(createTime + "续签" + entity.getXqnx());
|
|
|
-
|
|
|
-
|
|
|
- staffApi.updateContract(dto);
|
|
|
+// //更新档案中的续签信息
|
|
|
+// StaffRecordsDTO dto = ContractRenewConvert.INSTANCE.convert02(entity);
|
|
|
+// //续签情况字段评价
|
|
|
+// DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy/M/d");
|
|
|
+// String createTime = entity.getCreateTime().format(formatter);
|
|
|
+// dto.setXqqk(createTime + "续签" + entity.getXqnx());
|
|
|
+//
|
|
|
+//
|
|
|
+// staffApi.updateContract(dto);
|
|
|
|
|
|
return ok("true");
|
|
|
} else {
|