From 9e73c3f38b419a20d0c5ce50cd615d7e627952e8 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Thu, 5 Jun 2025 17:12:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor(sip):=20=E4=BC=98=E5=8C=96=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E5=90=8D=E7=A7=B0=E7=9B=B8=E5=85=B3=E6=9C=AF=E8=AF=AD?= =?UTF-8?q?=E5=B9=B6=E5=AE=8C=E5=96=84=E5=8F=91=E8=B4=A7=E5=8D=95=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将"客户名称"统一修改为"最终客户名称",以提升术语一致性 - 在 DeliveryListMapper 中新增删除多条发货记录的功能 - 优化 ProjectInfoServiceImpl 中的日志记录方法 - 修复 OrderDeliveryServiceImpl 中删除发货单的逻辑 --- .../main/resources/templates/manage/order/add.html | 2 +- .../resources/templates/manage/order/edit.html | 2 +- .../resources/templates/manage/order/order.html | 4 ++-- .../resources/templates/project/order/order.html | 5 +---- .../resources/templates/system/customer/add.html | 2 +- .../resources/templates/system/customer/edit.html | 2 +- .../resources/templates/system/customer/info.html | 4 ++-- .../com/ruoyi/sip/mapper/DeliveryListMapper.java | 2 ++ .../sip/service/impl/OrderDeliveryServiceImpl.java | 8 ++++++++ .../sip/service/impl/ProjectInfoServiceImpl.java | 14 +++++++------- .../resources/mapper/manage/DeliveryListMapper.xml | 8 +++++++- 11 files changed, 33 insertions(+), 20 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/manage/order/add.html b/ruoyi-admin/src/main/resources/templates/manage/order/add.html index 95af87c3..e1f5c253 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/order/add.html +++ b/ruoyi-admin/src/main/resources/templates/manage/order/add.html @@ -106,7 +106,7 @@