master
eason.qian 7 years ago
parent d3c0f138c4
commit c228696136

@ -2071,7 +2071,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
throw new InvalidShortIdException();
}
checkOrgPermission(manager, client);
if (!StringUtils.isNotBlank(master_merchant)) {
if (StringUtils.isNotBlank(master_merchant)) {
//throw new NotFoundException("Invalid Input");
JSONObject master_client = getClientInfoByMoniker(master_merchant);
if (master_client == null) {

Loading…
Cancel
Save