From d6bc6d435786f1776bb019deeb2fa7ab2736c986 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 04 九月 2023 15:49:33 +0800
Subject: [PATCH] 原材料检验修改9-4 2.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