From 2ad08ea181d8ec1e2b4b90bd1ddd40a2ba595b59 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 07 三月 2024 08:08:25 +0800
Subject: [PATCH] 提交更新
---
north-glass-erp/target/classes/mapper/pp/ProductionScheduling.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/target/classes/mapper/pp/ProductionScheduling.xml b/north-glass-erp/target/classes/mapper/pp/ProductionScheduling.xml
index 2d8c76a..3d35296 100644
--- a/north-glass-erp/target/classes/mapper/pp/ProductionScheduling.xml
+++ b/north-glass-erp/target/classes/mapper/pp/ProductionScheduling.xml
@@ -151,4 +151,9 @@
now()
)
</insert>
+
+ <update id="ExamineSchedulingMp">
+ update production_scheduling set review_status=1,reviewer=#{userName} where
+ scheduling_id=#{schedulingId}
+ </update>
</mapper>
\ No newline at end of file
--
Gitblit v1.8.0