From a7efde4a2161e199e228eacc056cfa3735ad063e Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Sat, 18 Oct 2025 15:16:26 +0800 Subject: [PATCH] =?UTF-8?q?chore(sql):=20=E8=B0=83=E6=95=B4=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E4=B8=BB=E8=A1=A8=E6=9F=A5=E8=AF=A2=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=88=AB=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改需求名称字段别名为 requirementName-保持 SQL 查询结构一致性 --- .../src/main/resources/mapper/oa/SysOaWarehouseMasterMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-oa/src/main/resources/mapper/oa/SysOaWarehouseMasterMapper.xml b/ruoyi-oa/src/main/resources/mapper/oa/SysOaWarehouseMasterMapper.xml index 7437fd7..63dab28 100644 --- a/ruoyi-oa/src/main/resources/mapper/oa/SysOaWarehouseMasterMapper.xml +++ b/ruoyi-oa/src/main/resources/mapper/oa/SysOaWarehouseMasterMapper.xml @@ -57,7 +57,7 @@ sowm.is_like, ${ew.sqlSelect}, sop.project_name, - or.title AS requirementName, + or.title AS requirementName FROM sys_oa_warehouse_master sowm LEFT JOIN sys_oa_project sop ON sop.project_id = sowm.project_id LEFT JOIN oa_requirements or ON or.requirement_id = sowm.requirement_id