From a65ba6f9ffb0f8b8dc85dd319a9947b909910270 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 07 三月 2024 16:35:41 +0800
Subject: [PATCH] 修改补片,库存,返工

---
 north-glass-erp/src/main/resources/mapper/pp/ReworkMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/ReworkMapper.xml b/north-glass-erp/src/main/resources/mapper/pp/ReworkMapper.xml
index c0921dc..085e4a9 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/ReworkMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/ReworkMapper.xml
@@ -123,7 +123,7 @@
     </insert>
 
     <update id="updateRework"  >
-        update pp.rework set reviewer=#{userName},review_status=1,update_time=now() where rework_id=#{rework.id}
+        update pp.rework set reviewer=#{userName},review_status=1,update_time=now() where id=#{rework.id}
     </update>
 
     <update id="updateDamageDetails"  >

--
Gitblit v1.8.0