综合导入逻辑修改

This commit is contained in:
2025-09-08 15:42:31 +08:00
parent 6c3046bfbd
commit 8090f9c807
6 changed files with 603 additions and 430 deletions

View File

@@ -102,7 +102,7 @@ public class SrsStaffOneStopRegistrationRecordServiceImpl extends ServiceImpl<Sr
*/
@Override
public int insertSrsStaffOneStopRegistrationRecord(SrsStaffOneStopRegistrationRecord srsStaffOneStopRegistrationRecord) {
// srsStaffOneStopRegistrationRecord.setJobNumber(SecurityUtils.getLoginUser().getUser().getUserName()); 获取的是当前登陆人信息
srsStaffOneStopRegistrationRecord.setJobNumber(SecurityUtils.getUsername()); //获取的是当前登陆人信息
String applicantJobNumber = srsStaffOneStopRegistrationRecord.getJobNumber(); // 获取申请人工号 知无涯
if (applicantJobNumber == null) {
throw new ServiceException("申请人工号不能为空", 500);