Commit 3f8669e4 by qwmqiuwenmin

fix

parent 24eb19de
......@@ -691,6 +691,9 @@ public class DepartmentContoller extends WebBaseController{
for (ClerkListDTO clerkListDTO : list) {
String nationcode = clerkListDTO.getNationcode();
String phoneNumber = clerkListDTO.getPhoneNumber();
if(StringUtils.isBlank(phoneNumber)){
continue;
}
String clerkCode = clerkListDTO.getClerkCode();
StaffDTO staff = staffApiService.selectByNationcodeAndPhoneNumber(wxEnterpriseId, nationcode, phoneNumber);
if(staff == null){
......
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