From 5b81d1a1bd68a852bc427588aa47f99c758e856f Mon Sep 17 00:00:00 2001 From: 廖井涛 <2265517004@qq.com> Date: 星期四, 25 四月 2024 09:15:44 +0800 Subject: [PATCH] 修改补片 --- north-glass-erp/src/main/java/com/example/erp/service/pp/ReplenishService.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReplenishService.java b/north-glass-erp/src/main/java/com/example/erp/service/pp/ReplenishService.java index b78390d..ad1787d 100644 --- a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReplenishService.java +++ b/north-glass-erp/src/main/java/com/example/erp/service/pp/ReplenishService.java @@ -126,6 +126,7 @@ patchMapper.updateReplenish(patchLog,userName); ReportingWork reportingWork = reportingWorkMapper .selectOne(new QueryWrapper<ReportingWork>().eq("reporting_work_id",patchLog.getReportingWorkId())); + System.out.println(patchLog); //淇敼灏忕墖娴佺▼鍗℃暟閲� patchMapper.updateOrderProcessDetail(patchLog,reportingWork); } -- Gitblit v1.8.0