From 6c2e32f47013b65f3906a8b6d98856c707623525 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Tue, 20 May 2025 10:13:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(sip):=20=E9=87=8D=E6=9E=84=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=AF=BC=E5=85=A5=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=BA=A7=E5=93=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 优化了订单导入功能,增加了对不同模板的兼容性和产品库匹配校验 - 在产品信息中添加了上架编码字段并更新了相关映射 - 修改了订单列表中的产品编码、单价和总价的Excel列名 - 更新了系统首页标题和logo- 优化了Excel导入错误提示信息 --- .../resources/templates/index-topnav.html | 4 +- .../com/ruoyi/common/utils/poi/ExcelUtil.java | 2 +- .../sip/controller/OrderInfoController.java | 44 ++++++++++++++----- .../java/com/ruoyi/sip/domain/OrderList.java | 8 ++-- .../com/ruoyi/sip/domain/ProductInfo.java | 2 + .../mapper/system/ProductInfoMapper.xml | 15 ++++++- 6 files changed, 58 insertions(+), 17 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/index-topnav.html b/ruoyi-admin/src/main/resources/templates/index-topnav.html index 61012ae3..88a6e5d6 100644 --- a/ruoyi-admin/src/main/resources/templates/index-topnav.html +++ b/ruoyi-admin/src/main/resources/templates/index-topnav.html @@ -4,7 +4,7 @@ -