From 7f54cffaf13d9fc48f415a89c63950f526b3e06d Mon Sep 17 00:00:00 2001
From: 于杰 <1210123631@qq.com>
Date: 星期五, 21 十一月 2025 11:35:03 +0800
Subject: [PATCH] 修改前端展示信息来源,优化数据来源由原来的数据库改为前端表格数据

---
 north-glass-erp/src/main/java/com/example/erp/service/sd/CustomerService.java |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/service/sd/CustomerService.java b/north-glass-erp/src/main/java/com/example/erp/service/sd/CustomerService.java
index 59f2b87..6589b2a 100644
--- a/north-glass-erp/src/main/java/com/example/erp/service/sd/CustomerService.java
+++ b/north-glass-erp/src/main/java/com/example/erp/service/sd/CustomerService.java
@@ -63,9 +63,7 @@
                    log.setFunction("insertCustomer鏂板");
                }
                logService.saveLog(log);
-
            }
-
         } catch (Exception e) {
             TransactionAspectSupport.currentTransactionStatus().rollbackToSavepoint(savePoint);
             //灏嗗紓甯镐紶鍏ユ暟鎹簱
@@ -96,11 +94,7 @@
                 log.setContent(object.toString());
                 log.setFunction("deleteCustomer鍒犻櫎");
                 logService.saveLog(log);
-
             }
-
-
-
         } catch (Exception e) {
             TransactionAspectSupport.currentTransactionStatus().rollbackToSavepoint(savePoint);
             //灏嗗紓甯镐紶鍏ユ暟鎹簱
@@ -109,7 +103,6 @@
             sysError.setFunc("saveOrder");
             sysErrorService.insert(sysError);
             saveState = false;
-
         }
         return saveState;
 
@@ -135,7 +128,6 @@
             map.put("data", customerMapper.getSelectCustomerDeliveryDate(offset, pageSize,startDate,endDate, orderDetail));
             map.put("total", customerMapper.getSelectCustomerDeliveryDatePageTotal(offset, pageSize,startDate,endDate, orderDetail));
         }
-
         List<String> list = new ArrayList<>();
         list.add(startDate);
         list.add(endDate);

--
Gitblit v1.8.0