|
|
@ -1903,7 +1903,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
client.put("company_name_acn", client.getString("company_name") + " (ABN " + client.getString("abn") + ")");
|
|
|
|
client.put("company_name_acn", client.getString("company_name") + " (ABN " + client.getString("abn") + ")");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
List<JSONObject> clientRate = clientRateMapper.minExpiryTime(client.getIntValue("client_id"), null);
|
|
|
|
List<JSONObject> clientRate = clientRateMapper.latestConfig(client.getIntValue("client_id"), null);
|
|
|
|
if (CollectionUtils.isEmpty(clientRate)) {
|
|
|
|
if (CollectionUtils.isEmpty(clientRate)) {
|
|
|
|
throw new BadRequestException("The Partner's Rate is not config!");
|
|
|
|
throw new BadRequestException("The Partner's Rate is not config!");
|
|
|
|
}
|
|
|
|
}
|
|
|
|