|
@ -130,7 +130,7 @@ public class GridstaffInfoPingyinServiceImpl extends BaseServiceImpl<GridstaffIn |
|
|
entity.setLeaveDate(r.getLeaveDate()); |
|
|
entity.setLeaveDate(r.getLeaveDate()); |
|
|
entity.setGridUserId(r.getStaffId()); |
|
|
entity.setGridUserId(r.getStaffId()); |
|
|
entity.setCardNum(r.getIdCard()); |
|
|
entity.setCardNum(r.getIdCard()); |
|
|
if (StringUtils.isNotBlank(r.getIdCard())){ |
|
|
if (StringUtils.isBlank(r.getIdCard())){ |
|
|
log.warn("getStaffBaseInfo 身份证号是空的,{}", JSON.toJSONString(entity)); |
|
|
log.warn("getStaffBaseInfo 身份证号是空的,{}", JSON.toJSONString(entity)); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|