修改asn查询条件
This commit is contained in:
@@ -184,6 +184,9 @@
|
||||
<if test="detail != null">
|
||||
AND r.detail like concat(concat('%',#{detail,jdbcType=VARCHAR}),'%')
|
||||
</if>
|
||||
<if test="userRegion1 != null">
|
||||
AND r.user_region1 like concat(concat('%',#{userRegion1,jdbcType=VARCHAR}),'%')
|
||||
</if>
|
||||
|
||||
<!-- 数据范围过滤 -->
|
||||
${sqlMap.dsf}
|
||||
|
||||
Reference in New Issue
Block a user