修复条件查询报错
This commit is contained in:
+1
-1
@@ -1200,7 +1200,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<!-- and ORG_NAME like concat('%', #{orgName}, '%')-->
|
||||
<!-- </if>-->
|
||||
<if test="organizationId != null ">
|
||||
and ORGANIZATION_ID = #{organizationId}
|
||||
and o.ORGANIZATION_ID = #{organizationId}
|
||||
</if>
|
||||
<!-- <if test="organizationName != null and organizationName != ''">-->
|
||||
<!-- and ORGANIZATION_NAME like concat('%', #{organizationName}, '%')-->
|
||||
|
||||
Reference in New Issue
Block a user