bug修改;
This commit is contained in:
@@ -92,6 +92,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<if test="documentTypeDO.organizationId != null">
|
<if test="documentTypeDO.organizationId != null">
|
||||||
and organization_id = #{documentTypeDO.organizationId}
|
and organization_id = #{documentTypeDO.organizationId}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="documentTypeDO.belongModuleCode != null and documentTypeDO.belongModuleCode != ''">
|
||||||
|
and belong_modules_code = #{documentTypeDO.belongModuleCode}
|
||||||
|
</if>
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user