|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package au.com.royalpay.payment.manage.mappers.risk;
|
|
|
|
|
|
|
|
|
|
import cn.yixblog.support.mybatis.autosql.annotations.AdvanceSelect;
|
|
|
|
|
import cn.yixblog.support.mybatis.autosql.annotations.AutoMapper;
|
|
|
|
|
import cn.yixblog.support.mybatis.autosql.annotations.AutoSql;
|
|
|
|
|
import cn.yixblog.support.mybatis.autosql.annotations.SqlType;
|
|
|
|
@ -26,6 +27,7 @@ public interface RiskAttentionMerchantsAMapper {
|
|
|
|
|
JSONObject findByClientMoniker(@Param("client_moniker") String client_moniker);
|
|
|
|
|
|
|
|
|
|
@AutoSql(type = SqlType.SELECT)
|
|
|
|
|
@AdvanceSelect(addonWhereClause = "is_valid=1")
|
|
|
|
|
PageList<JSONObject> query(JSONObject params, PageBounds pagination);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|