|
|
|
@ -6164,7 +6164,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
JSONObject result = null;
|
|
|
|
|
JSONObject expireInfo = clientContractService.getClientContractExpire(client_id, channel);
|
|
|
|
|
JSONObject account = clientAccountMapper.findById(account_id);
|
|
|
|
|
if (PartnerRole.getRole(account.getIntValue("role")) == PartnerRole.CASHIER) {
|
|
|
|
|
if (account == null || PartnerRole.getRole(account.getIntValue("role")) == PartnerRole.CASHIER) {
|
|
|
|
|
return result;
|
|
|
|
|
} else {
|
|
|
|
|
if (expireInfo.getBooleanValue("alert")) {
|
|
|
|
|