|
|
|
@ -561,7 +561,7 @@ public class StockTakingServiceImpl implements StockTakingService { |
|
|
|
// 抄送盘点调账记录给盘点人员
|
|
|
|
SendQyWxMessageThreadPool.execute(() -> { |
|
|
|
// 获取盘点人员
|
|
|
|
// UserByPort originator = LinkInterfaceUtil.FindUserById(mainRecord.getOriginator(), userKey,token);
|
|
|
|
// UserByPort originator = PublicConfig.FindUserById(mainRecord.getOriginator(), userKey,token);
|
|
|
|
// String workwechat = originator.getWorkwechat();
|
|
|
|
// if(workwechat == null || "".equals(workwechat)){
|
|
|
|
// workwechat = originator.getWechat();
|
|
|
|
@ -1846,7 +1846,7 @@ public class StockTakingServiceImpl implements StockTakingService { |
|
|
|
if (normalMinId.size() > 0) { |
|
|
|
SendQyWxMessageThreadPool.execute(() -> { |
|
|
|
// 获取盘点人员
|
|
|
|
// UserByPort originator = LinkInterfaceUtil.FindUserById(mainRecord.getOriginator(), userKey,token);
|
|
|
|
// UserByPort originator = PublicConfig.FindUserById(mainRecord.getOriginator(), userKey,token);
|
|
|
|
// String workwechat = originator.getWorkwechat();
|
|
|
|
// if(workwechat == null || "".equals(workwechat)){
|
|
|
|
// workwechat = originator.getWechat();
|
|
|
|
|