From 19696cbb6a51e33de50fa4297f888981f645a19f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Fri, 3 Jul 2026 19:15:14 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mhd_bms/src/main/resources/mapper/DocumentTypeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mhd_bms/src/main/resources/mapper/DocumentTypeMapper.xml b/mhd_bms/src/main/resources/mapper/DocumentTypeMapper.xml index f70980dd0..4c93bc8fa 100644 --- a/mhd_bms/src/main/resources/mapper/DocumentTypeMapper.xml +++ b/mhd_bms/src/main/resources/mapper/DocumentTypeMapper.xml @@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and organization_id = #{documentTypeDO.organizationId} - and belong_modules_code = #{documentTypeDO.belongModuleCode} + and BELONG_MODULE_CODE = #{documentTypeDO.belongModuleCode}