Merge #79 into master from cc_20260330_fix
fix:新管家支行查询接口问题修复 * cc_20260330_fix: (3 commits squashed) - fix:日志 - fix:问题修复 - fix:闭店二级审批改为运营片区总顾问 Signed-off-by: 王非凡 <accounts_67eba0c5fee9c49c80c8e2b4@mail.teambition.com> Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com> CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/79
This commit is contained in:
@@ -179,7 +179,7 @@ public class CloseStoreServiceImpl implements CloseStoreService {
|
||||
// 督导审批结束后为大区经理审批
|
||||
if (CloseStoreStatusEnum.MANAGER_UNDER_APPROVAL.getCloseStoreStatus().equals(nextCloseStatus)) {
|
||||
// 新增大区老总审批
|
||||
List<String> auditUserIds = getAuditUserIds(closeStoreInfoDO.getRegionId(), UserRoleEnum.REGION_MANAGER);
|
||||
List<String> auditUserIds = getAuditUserIds(closeStoreInfoDO.getRegionId(), UserRoleEnum.OPERATION_GENERAL_CONSULTANT);
|
||||
closeStoreAuditRecordDAO.addApproveRecord(closeStoreInfoDO.getId(), auditUserIds);
|
||||
} else {
|
||||
// 完成闭店,再进入闭店流程
|
||||
|
||||
@@ -88,7 +88,7 @@ public class ThirdXgjServiceImpl implements ThirdXgjService {
|
||||
|
||||
@Override
|
||||
public List<XgjBranchBankDTO> queryBranchBankList(XgjBankQueryRequest request) {
|
||||
String apiUrl = xgjUrl = "/dmp-payment/open/queryOpenBankNoByBankName";
|
||||
String apiUrl = xgjUrl + "/dmp-payment/open/queryOpenBankNoByBankName";
|
||||
return executePostApiCall(apiUrl, request, List.class);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user