Commit a431824c by fudahua

fix

parent 0807f8d2
...@@ -606,6 +606,9 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -606,6 +606,9 @@ public class StaffApiServiceImpl implements StaffApiService {
} }
ClerkDTO clerkDTO = clerkService.getClerkByCodeNoStatus(enterpriseId, related.getClerkCode()); ClerkDTO clerkDTO = clerkService.getClerkByCodeNoStatus(enterpriseId, related.getClerkCode());
logger.info("clerkDto:{}", JSONObject.toJSONString(clerkDTO)); logger.info("clerkDto:{}", JSONObject.toJSONString(clerkDTO));
if (clerkDTO==null) {
return;
}
String headPic = staffDTO.getHeadImg(); String headPic = staffDTO.getHeadImg();
if (StringUtils.isBlank(staffDTO.getPhoneNumber())) { if (StringUtils.isBlank(staffDTO.getPhoneNumber())) {
staffDTO.setPhoneNumber(""); staffDTO.setPhoneNumber("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment