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