|
|
|
@ -2979,6 +2979,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
throw new InvalidShortIdException();
|
|
|
|
|
}
|
|
|
|
|
checkOrgPermission(manager, client);
|
|
|
|
|
|
|
|
|
|
JSONObject params = subMerchantApply.insertObject();
|
|
|
|
|
SubMerchantInfo subMerchantInfo = JSONObject.toJavaObject(params,SubMerchantInfo.class);
|
|
|
|
|
params.put("merchant_id",subMerchantApply.getMerchant_id());
|
|
|
|
|