From c04f2d4a58bd72449b2212ed2f8b0c3ac9ec96be Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期二, 12 八月 2025 11:04:16 +0800 Subject: [PATCH] 修改 --- hazmat-system/src/main/resources/mapper/system/HzHazmatMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hazmat-system/src/main/resources/mapper/system/HzHazmatMapper.xml b/hazmat-system/src/main/resources/mapper/system/HzHazmatMapper.xml index eb1576e..893e884 100644 --- a/hazmat-system/src/main/resources/mapper/system/HzHazmatMapper.xml +++ b/hazmat-system/src/main/resources/mapper/system/HzHazmatMapper.xml @@ -162,7 +162,7 @@ and hh2.company_id=#{companyId} </if> <if test="userId!=null"> - and hh2f.create_id = #{userId} + and hhf2.create_id = #{userId} </if> <if test="departId!=null"> and sd.id = #{departId} -- Gitblit v1.9.2