XiaoRuby
2023-09-04 91b2da2c3a42656e842f7c9e0c4af6aa02dbaa3a
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>