From 2e8ef31112579cc3f320a4f2b95232f0c35021fd Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 18 三月 2025 08:16:13 +0800
Subject: [PATCH] 删除遗漏的前端获取的时间

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

diff --git a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReworkService.java b/north-glass-erp/src/main/java/com/example/erp/service/pp/ReworkService.java
index 366f2d4..5fa3c2f 100644
--- a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReworkService.java
+++ b/north-glass-erp/src/main/java/com/example/erp/service/pp/ReworkService.java
@@ -201,7 +201,6 @@
         boolean saveState = true;
         Object savePoint = TransactionAspectSupport.currentTransactionStatus().createSavepoint();
         try {
-            System.out.println(111111);
             //鑾峰彇瀵硅薄闆嗗悎寰幆杩涜鏂板淇敼
             List<Rework> reworklist = JSONArray.parseArray(JSONObject.toJSONString(object.get("rework")), Rework.class);
             if (!reworklist.isEmpty()){

--
Gitblit v1.8.0