From 2a8a645716d3772de03aa43cb126b8aa738d2015 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 26 三月 2025 12:44:04 +0800
Subject: [PATCH] 物料新增撤回功能
---
north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
index 02f61ac..a25e7bb 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
@@ -1060,4 +1060,8 @@
) AS subquery;
</select>
+
+ <select id="selectReviewedState">
+ select reviewed_state from pp.reporting_work where reporting_work_id=#{reportingWorkId};
+ </select>
</mapper>
\ No newline at end of file
--
Gitblit v1.8.0