From edd93e90683dd779012c0da250f2b255e7d44337 Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Sat, 6 Sep 2025 16:03:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(oa):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=20SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在项目列表查询 SQL 中添加 signing_company 字段 - 此修改增加了项目签订公司的信息,以便在列表中显示 --- ruoyi-oa/src/main/resources/mapper/oa/SysOaProjectMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-oa/src/main/resources/mapper/oa/SysOaProjectMapper.xml b/ruoyi-oa/src/main/resources/mapper/oa/SysOaProjectMapper.xml index 335ffd1..155bc39 100644 --- a/ruoyi-oa/src/main/resources/mapper/oa/SysOaProjectMapper.xml +++ b/ruoyi-oa/src/main/resources/mapper/oa/SysOaProjectMapper.xml @@ -581,6 +581,7 @@ sop.update_by, sop.update_time, sop.project_code, + sop.signing_company, is_postpone, postpone_reason, postpone_time,