安徽合武项目BUG修复

This commit is contained in:
pengjie 2025-02-25 18:29:52 +08:00
parent ce613b0b27
commit 5f551ff14b

View File

@ -1349,6 +1349,9 @@ public class WorkerInfoServiceImpl extends ServiceImpl<WorkerInfoMapper, WorkerI
}
}
EntityMap info = workerInfoMapper.viewWorkerInfoDetail(map);
if(info == null) {
return data;
}
Object nature = info.get("workerNature");
if (nature != null) {
String workerNature = String.valueOf(nature);