操控增加国际化代码,修改列表action检索
This commit is contained in:
@@ -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 != ''">
|
||||
|
||||
Reference in New Issue
Block a user