From d1e23b13bf2b78a60084574d9d3f754a2c61b6b0 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 23 Jan 2026 14:31:48 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-23=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inboundNotification/InboundNotificationHeadMapper.xml | 3 ++- src/main/resources/mapper/orderIssure/IssureNotifyMapper.xml | 3 ++- .../outboundNotification/OutboundNotificationHeadMapper.xml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml b/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml index 4e39d78..47a78f5 100644 --- a/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml +++ b/src/main/resources/mapper/inboundNotification/InboundNotificationHeadMapper.xml @@ -149,7 +149,8 @@ a.required_qty_count, a.order_qty, a.show_in_query_flag, - r.crdname as category, + a.category, + r.crdname as categoryName, a.department_no, d.department_desc as departmentName FROM inbound_notification_head as a diff --git a/src/main/resources/mapper/orderIssure/IssureNotifyMapper.xml b/src/main/resources/mapper/orderIssure/IssureNotifyMapper.xml index b925f0c..24a7420 100644 --- a/src/main/resources/mapper/orderIssure/IssureNotifyMapper.xml +++ b/src/main/resources/mapper/orderIssure/IssureNotifyMapper.xml @@ -233,7 +233,8 @@ a.PlanIssueDate, a.RealIssueDate, a.Status, - r.crdname as category, + a.category, + r.crdname as categoryName, a.HaveIssueRecordFlag, a.CalcFlag, a.NeedApproveFlag, diff --git a/src/main/resources/mapper/outboundNotification/OutboundNotificationHeadMapper.xml b/src/main/resources/mapper/outboundNotification/OutboundNotificationHeadMapper.xml index 9fa197f..449ed27 100644 --- a/src/main/resources/mapper/outboundNotification/OutboundNotificationHeadMapper.xml +++ b/src/main/resources/mapper/outboundNotification/OutboundNotificationHeadMapper.xml @@ -46,7 +46,8 @@ a.out_warehouse, a.customer_order_no, a.show_in_query_flag, - r.crdname as category, + a.category, + r.crdname as categoryName, a.department_no, dp.department_desc as departmentName FROM outbound_notification_head AS a