From 48a68e7a26576ca949cc68dcfd522cf966816515 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 21 May 2025 10:16:18 +0800 Subject: [PATCH] 20250521 --- .../production/entity/OrderViewData.java | 3 + .../production/SoScheduledListMapper.xml | 61 +++++++++++-------- 2 files changed, 38 insertions(+), 26 deletions(-) diff --git a/src/main/java/com/heai/modules/production/entity/OrderViewData.java b/src/main/java/com/heai/modules/production/entity/OrderViewData.java index ffcc7b4..7d5af52 100644 --- a/src/main/java/com/heai/modules/production/entity/OrderViewData.java +++ b/src/main/java/com/heai/modules/production/entity/OrderViewData.java @@ -36,4 +36,7 @@ public class OrderViewData { @DateTimeFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date firstReportDate; + + private String customerDesc; + private String customerId; } diff --git a/src/main/resources/mapper/production/SoScheduledListMapper.xml b/src/main/resources/mapper/production/SoScheduledListMapper.xml index 29559ad..bcc0a59 100644 --- a/src/main/resources/mapper/production/SoScheduledListMapper.xml +++ b/src/main/resources/mapper/production/SoScheduledListMapper.xml @@ -178,42 +178,51 @@