|
|
@ -430,6 +430,10 @@ public class StockTakingServiceImpl implements StockTakingService { |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
UserByPort userByPort = PublicConfig.findUserByPortByNumber(s); |
|
|
UserByPort userByPort = PublicConfig.findUserByPortByNumber(s); |
|
|
|
|
|
int emptype = userByPort.getEmptype(); |
|
|
|
|
|
if (emptype > 10) { |
|
|
|
|
|
continue; |
|
|
|
|
|
} |
|
|
String workwechat = userByPort.getWorkwechat(); |
|
|
String workwechat = userByPort.getWorkwechat(); |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
workwechat = userByPort.getWechat(); |
|
|
workwechat = userByPort.getWechat(); |
|
|
@ -609,6 +613,10 @@ public class StockTakingServiceImpl implements StockTakingService { |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
UserByPort userByPort = PublicConfig.findUserByPortByNumber(s); |
|
|
UserByPort userByPort = PublicConfig.findUserByPortByNumber(s); |
|
|
|
|
|
int emptype = userByPort.getEmptype(); |
|
|
|
|
|
if (emptype > 10) { |
|
|
|
|
|
continue; |
|
|
|
|
|
} |
|
|
String workwechat = userByPort.getWorkwechat(); |
|
|
String workwechat = userByPort.getWorkwechat(); |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
workwechat = userByPort.getWechat(); |
|
|
workwechat = userByPort.getWechat(); |
|
|
@ -660,6 +668,10 @@ public class StockTakingServiceImpl implements StockTakingService { |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
UserByPort userByPort = PublicConfig.findUserByPortByNumber(s); |
|
|
UserByPort userByPort = PublicConfig.findUserByPortByNumber(s); |
|
|
|
|
|
int emptype = userByPort.getEmptype(); |
|
|
|
|
|
if (emptype > 10) { |
|
|
|
|
|
continue; |
|
|
|
|
|
} |
|
|
String workwechat = userByPort.getWorkwechat(); |
|
|
String workwechat = userByPort.getWorkwechat(); |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
workwechat = userByPort.getWechat(); |
|
|
workwechat = userByPort.getWechat(); |
|
|
@ -1653,6 +1665,10 @@ public class StockTakingServiceImpl implements StockTakingService { |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
UserByPort userByPort1 = PublicConfig.findUserByPortByNumber(s); |
|
|
UserByPort userByPort1 = PublicConfig.findUserByPortByNumber(s); |
|
|
|
|
|
int emptype = userByPort1.getEmptype(); |
|
|
|
|
|
if (emptype > 10) { |
|
|
|
|
|
continue; |
|
|
|
|
|
} |
|
|
String workwechat = userByPort1.getWorkwechat(); |
|
|
String workwechat = userByPort1.getWorkwechat(); |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
workwechat = userByPort1.getWechat(); |
|
|
workwechat = userByPort1.getWechat(); |
|
|
@ -1721,6 +1737,10 @@ public class StockTakingServiceImpl implements StockTakingService { |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
UserByPort userByPort = PublicConfig.findUserByPortByNumber(s); |
|
|
UserByPort userByPort = PublicConfig.findUserByPortByNumber(s); |
|
|
|
|
|
int emptype = userByPort.getEmptype(); |
|
|
|
|
|
if (emptype > 10) { |
|
|
|
|
|
continue; |
|
|
|
|
|
} |
|
|
String workwechat = userByPort.getWorkwechat(); |
|
|
String workwechat = userByPort.getWorkwechat(); |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
workwechat = userByPort.getWechat(); |
|
|
workwechat = userByPort.getWechat(); |
|
|
|