|
|
@ -2313,7 +2313,7 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
minRecordManage.append(integer).append(","); |
|
|
minRecordManage.append(integer).append(","); |
|
|
String workwechat = manager.getWorkwechat(); |
|
|
String workwechat = manager.getWorkwechat(); |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
workwechat = userByPort.getWechat(); |
|
|
workwechat = manager.getWechat(); |
|
|
} |
|
|
} |
|
|
// QyWxUid.append(workwechat+",");
|
|
|
// QyWxUid.append(workwechat+",");
|
|
|
} |
|
|
} |
|
|
@ -2369,7 +2369,7 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
minRecordManage.append(integer).append(","); |
|
|
minRecordManage.append(integer).append(","); |
|
|
String workwechat = manager.getWorkwechat(); |
|
|
String workwechat = manager.getWorkwechat(); |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
if (workwechat == null || "".equals(workwechat)) { |
|
|
workwechat = userByPort.getWechat(); |
|
|
workwechat = manager.getWechat(); |
|
|
} |
|
|
} |
|
|
// QyWxUid.append(workwechat+",");
|
|
|
// QyWxUid.append(workwechat+",");
|
|
|
} |
|
|
} |
|
|
|