Commit b73e1a5b by qwmqiuwenmin

Merge branch 'devloper20200401' into 'master'

Devloper20200401

See merge request !15
parents 44c81815 9c2e5f1b
......@@ -249,6 +249,7 @@
and phone_number = #{phoneNumber}
and wx_enterprise_id = #{wxEnterpriseId}
and status_flag = 1
limit 1
</select>
<select id="listByPhoneNumber" resultMap="BaseResultMap" >
......
......@@ -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