From db0ea1bfe76a78f6d7e2846afbcef47d904b67e6 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Thu, 22 May 2025 15:08:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(sip):=20=E4=BC=98=E5=8C=96=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=9F=A5=E8=AF=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复了订单查询时未判断序列号是否为空的问题 - 优化了订单信息的查询逻辑,通过序列号进行精确查询 - 调整了订单信息的展示字段,增加了销售信息和客户信息 - 优化了模板中的显示逻辑,增加了空数据的处理 --- .../src/main/resources/templates/login.html | 8 ++--- .../templates/manage/order/selectAgent.html | 2 +- .../templates/manage/service/service.html | 36 +++++++++---------- .../templates/system/customer/info.html | 12 +++---- .../sip/controller/MaintenanceController.java | 12 ++++++- .../java/com/ruoyi/sip/domain/AgentInfo.java | 4 +-- .../java/com/ruoyi/sip/domain/OrderInfo.java | 2 ++ .../service/impl/OrderInfoServiceImpl.java | 11 ++++-- .../mapper/manage/OrderInfoMapper.xml | 4 +++ 9 files changed, 57 insertions(+), 34 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/login.html b/ruoyi-admin/src/main/resources/templates/login.html index 7cfa2154..09cac709 100644 --- a/ruoyi-admin/src/main/resources/templates/login.html +++ b/ruoyi-admin/src/main/resources/templates/login.html @@ -43,9 +43,9 @@