修改asn查询条件

This commit is contained in:
zhangwei
2019-01-18 16:33:16 +06:00
parent 25ea439564
commit 216c64b031
3 changed files with 53 additions and 4 deletions

View File

@@ -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}