|
|
|
@ -38,7 +38,7 @@ public interface RiskAttentionMerchantsMapper {
|
|
|
|
|
" OR (contact_phone LIKE CONCAT('%',#{contact_phone},'%') ) " +
|
|
|
|
|
" OR (contact_person LIKE CONCAT('%',#{contact_person},'%') ) " +
|
|
|
|
|
" OR (client_moniker LIKE CONCAT('%',#{client_moniker},'%') ) " +
|
|
|
|
|
" OR (bank_account_no LIKE CONCAT('%',#{bank_account_no},'%') ) ")
|
|
|
|
|
" OR (bank_account_no LIKE CONCAT('%',#{bank_account_no},'%') ) AND is_valid=1")
|
|
|
|
|
List<JSONObject> listRiskySimilarMerchants(JSONObject params);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|