bug修改;

This commit is contained in:
王奎兴
2026-07-03 19:10:27 +08:00
parent bd2170e0be
commit 40c16f17cc
@@ -92,6 +92,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="documentTypeDO.organizationId != null">
and organization_id = #{documentTypeDO.organizationId}
</if>
<if test="documentTypeDO.belongModuleCode != null and documentTypeDO.belongModuleCode != ''">
and belong_modules_code = #{documentTypeDO.belongModuleCode}
</if>
</sql>
</mapper>