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