Commit 43cbb6be by fudahua

点击刷新企业微信数据

parent e1e57c2e
......@@ -606,6 +606,9 @@ public class StaffApiServiceImpl implements StaffApiService {
}
ClerkDTO clerkDTO = clerkService.getClerkByCodeNoStatus(enterpriseId, related.getClerkCode());
logger.info("clerkDto:{}", JSONObject.toJSONString(clerkDTO));
if (null == clerkDTO) {
return;
}
String headPic = staffDTO.getHeadImg();
if (StringUtils.isBlank(staffDTO.getPhoneNumber())) {
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