From 086cdb6c3e54654aff7287f16d5de1ac4b839666 Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Tue, 11 Nov 2025 14:09:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(oa):=E4=BF=AE=E5=A4=8D=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=85=B3=E8=81=94=E6=9F=A5=E8=AF=A2SQL=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/oa/OaProjectScheduleStepMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-oa/src/main/resources/mapper/oa/OaProjectScheduleStepMapper.xml b/ruoyi-oa/src/main/resources/mapper/oa/OaProjectScheduleStepMapper.xml index c6c482b..5346451 100644 --- a/ruoyi-oa/src/main/resources/mapper/oa/OaProjectScheduleStepMapper.xml +++ b/ruoyi-oa/src/main/resources/mapper/oa/OaProjectScheduleStepMapper.xml @@ -255,7 +255,7 @@ -- 根据供应商id拿供应商名字 LEFT JOIN oa_supplier supplier ON opss.supplier_id = supplier.supplier_id - #{ew.customSqlSegment} + ${ew.customSqlSegment}