|
|
|
@ -353,6 +353,7 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
|
JSONObject account = clientAccountMapper.findById(device.getString("account_id"));
|
|
|
|
|
clientAuthFilesInfo.setAuthStatus(0);
|
|
|
|
|
clientAuthFilesInfo.setFile_agreement_info(null);
|
|
|
|
|
clientAuthFilesInfo.setFile_apply_info(null);
|
|
|
|
|
clientManager.uploadAuthFiles(account, client.getString("client_moniker"), clientAuthFilesInfo);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|