安徽合武项目BUG修复
This commit is contained in:
parent
ce613b0b27
commit
5f551ff14b
@ -1349,6 +1349,9 @@ public class WorkerInfoServiceImpl extends ServiceImpl<WorkerInfoMapper, WorkerI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
EntityMap info = workerInfoMapper.viewWorkerInfoDetail(map);
|
EntityMap info = workerInfoMapper.viewWorkerInfoDetail(map);
|
||||||
|
if(info == null) {
|
||||||
|
return data;
|
||||||
|
}
|
||||||
Object nature = info.get("workerNature");
|
Object nature = info.get("workerNature");
|
||||||
if (nature != null) {
|
if (nature != null) {
|
||||||
String workerNature = String.valueOf(nature);
|
String workerNature = String.valueOf(nature);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user