From 45b663217ff264e986534dac3566f2843df959b1 Mon Sep 17 00:00:00 2001 From: Mlin Date: Thu, 13 Jul 2023 17:16:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=AE=B0=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E5=88=86=E9=83=A8bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/organization/service/impl/ChartServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/engine/organization/service/impl/ChartServiceImpl.java b/src/com/engine/organization/service/impl/ChartServiceImpl.java index e1a17d96..cc8f452f 100644 --- a/src/com/engine/organization/service/impl/ChartServiceImpl.java +++ b/src/com/engine/organization/service/impl/ChartServiceImpl.java @@ -452,7 +452,7 @@ public class ChartServiceImpl extends Service implements ChartService { " a.subcompanyname,\n" + " a.subcompanydesc,\n" + " a.companyid as company,\n" + - " b.supsubcomid as supsubcompanyid,\n" + + " a.SUPSUBCOMID as supsubcompanyid,\n" + " b.subcompanyname as supsubcompany,\n" + " a.canceled,\n" + " a.subcompanycode,\n" +