操控增加国际化代码,修改列表action检索

This commit is contained in:
zhangwenqing
2019-05-23 17:22:43 +08:00
parent 39cbf62517
commit 99f002d0c6
10 changed files with 50 additions and 24 deletions

View File

@@ -189,6 +189,9 @@
<if test="action != null">
AND a.ACTION=#{action,jdbcType=INTEGER}
</if>
<if test="userRegion5 != null and userRegion5 != ''">
AND a.USER_REGION5=#{userRegion5,jdbcType=VARCHAR}
</if>
<choose>
<!-- 判断是否批量操作 -->
<when test="batchValidValue != null and batchValidValue != ''">