From 5fb14bb0d28210f69c07021441b2cdd76aa46fe5 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 04 九月 2023 17:58:24 +0800
Subject: [PATCH] 原材料检验修改9-4 3.0
---
production-server/src/main/resources/mapper/ManufactureSchedulingMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/production-server/src/main/resources/mapper/ManufactureSchedulingMapper.xml b/production-server/src/main/resources/mapper/ManufactureSchedulingMapper.xml
index c837fdb..fbb0c11 100644
--- a/production-server/src/main/resources/mapper/ManufactureSchedulingMapper.xml
+++ b/production-server/src/main/resources/mapper/ManufactureSchedulingMapper.xml
@@ -36,4 +36,8 @@
WHERE s.`manufacture_order_id` = o.`id`
AND s.`id` = #{schedulingId}
</select>
+
+ <select id="reportSelectScheduling" resultType="map">
+
+ </select>
</mapper>
--
Gitblit v1.9.3