bug修改;

This commit is contained in:
王奎兴
2026-07-03 19:15:14 +08:00
parent 40c16f17cc
commit 19696cbb6a
@@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and organization_id = #{documentTypeDO.organizationId}
</if>
<if test="documentTypeDO.belongModuleCode != null and documentTypeDO.belongModuleCode != ''">
and belong_modules_code = #{documentTypeDO.belongModuleCode}
and BELONG_MODULE_CODE = #{documentTypeDO.belongModuleCode}
</if>
</sql>