From 4903ac8525440bdc5c41e3d9f11f704b947481a8 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Tue, 29 Apr 2025 10:56:00 +0800 Subject: [PATCH] 20250429 --- .../java/com/heai/modules/production/entity/LiuhuaViewData.java | 2 +- src/main/resources/mapper/taskmanage/TaskDatailDao.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java b/src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java index ddb10df..0b712d6 100644 --- a/src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java +++ b/src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java @@ -77,5 +77,5 @@ public class LiuhuaViewData extends QueryPage { private String today; private String lastCloseDepartment; - private String LatestReportDepartment; + private String latestReportDepartment; } diff --git a/src/main/resources/mapper/taskmanage/TaskDatailDao.xml b/src/main/resources/mapper/taskmanage/TaskDatailDao.xml index d31e336..c255cd5 100644 --- a/src/main/resources/mapper/taskmanage/TaskDatailDao.xml +++ b/src/main/resources/mapper/taskmanage/TaskDatailDao.xml @@ -251,7 +251,7 @@ sum(Round(isnull(T.InActualValue, 0), 4) - Round(isnull(T.OutActualValue, 0), 4)) as ActualStockValue, max(T.DemandPartnerType) as DemandPartnerType, max(T.DemandPartnerID) as DemandPartnerID, - max(T.DemandPartnerName) as DemandPartnerName + max(T.DemandPartnerName) as DemandPartnerName, from InventoryStock as T, Part as P where T.Site = P.Site