From 0669840d7397c0ebfa159f1d8ff3e888a4bc8b7d Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Tue, 9 Sep 2025 13:50:19 +0800 Subject: [PATCH] =?UTF-8?q?style(oa):=20=E4=BF=AE=E5=A4=8D=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=20SQL=20=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 SysOaFinanceMapper.xml 文件中修正了 SQL 语句的拼写错误 - 将 'as detail_remark' 和 'b.signing_company as signingCompany'之间的逗号添加 - 优化了 SQL 语句的格式,提高了代码可读性 --- ruoyi-oa/src/main/resources/mapper/oa/SysOaFinanceMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-oa/src/main/resources/mapper/oa/SysOaFinanceMapper.xml b/ruoyi-oa/src/main/resources/mapper/oa/SysOaFinanceMapper.xml index 0720183..90c2dc6 100644 --- a/ruoyi-oa/src/main/resources/mapper/oa/SysOaFinanceMapper.xml +++ b/ruoyi-oa/src/main/resources/mapper/oa/SysOaFinanceMapper.xml @@ -85,8 +85,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" sof.out_type, b.price, b.big_price, - b.remark as detail_remark - b.signing_company as signingCompany, + b.remark as detail_remark, + b.signing_company as signingCompany from sys_oa_finance sof left join sys_oa_detail b on sof.finance_id = b.finance_id