|
@@ -100,7 +100,6 @@ public class StaffEvent extends BaseController {
|
|
entity.setFlowFinishtime(LocalDateTime.now());
|
|
entity.setFlowFinishtime(LocalDateTime.now());
|
|
|
|
|
|
StaffRecordsDTO dto = StaffConvert.INSTANCE.convert(entity);
|
|
StaffRecordsDTO dto = StaffConvert.INSTANCE.convert(entity);
|
|
- dto.setUserId(null);
|
|
|
|
//数据归档
|
|
//数据归档
|
|
String userId = staffApi.insertStaff(dto).getCheckedData();
|
|
String userId = staffApi.insertStaff(dto).getCheckedData();
|
|
entity.setUserId(userId);
|
|
entity.setUserId(userId);
|