zss
2023-09-04 d6bc6d435786f1776bb019deeb2fa7ab2736c986
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>