From de08d4876092d361009aa467ef4d2a77068fbcaa Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期五, 26 十二月 2025 14:08:31 +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