|
|
|
@ -168,8 +168,7 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
|
private ClientModifySupport clientModifySupport;
|
|
|
|
|
private Map<String, AppMsgSender> senderMap = new HashMap<>();
|
|
|
|
|
|
|
|
|
|
private final String fileName[] = { "source_agree_file", "client_bank_file", "client_id_file", "client_agree_file", "client_company_file",
|
|
|
|
|
"client_apply_file" };
|
|
|
|
|
private final String fileName[] = { "client_bank_file", "client_id_file", "client_company_file"};
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
|
public void setAppMsgSenders(AppMsgSender[] senders) {
|
|
|
|
|