fix a+kyc通知增加bd显示以及条件筛选

master
Todking 3 years ago
parent f43d66bf17
commit b548fb15c3

@ -52,7 +52,7 @@ public class ApsNoticeClientsServiceImpl implements ApsNoticeClientsService {
} }
JSONObject clinet = clientMapper.findClientByMoniker(apsNoticeClient.getString("partner_code")); JSONObject clinet = clientMapper.findClientByMoniker(apsNoticeClient.getString("partner_code"));
if (clinet != null && clinet.containsKey("bd_user_name") && StringUtils.isNotBlank(clinet.getString("bd_user_name"))) { if (clinet != null && clinet.containsKey("bd_user_name") && StringUtils.isNotBlank(clinet.getString("bd_user_name"))) {
apsNoticeClient.put("bd_name", clinet.containsKey("bd_user_name")); apsNoticeClient.put("bd_name", clinet.getString("bd_user_name"));
} }
} }
return apsNoticeClients; return apsNoticeClients;

Loading…
Cancel
Save