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>