production-server/src/main/resources/mapper/ManualTechnologyMapper.xml
@@ -44,5 +44,6 @@ LEFT JOIN manual_technology t ON t.`id` = p.`manual_technology_id` WHERE p.`state` = 1 AND p.`manufacture_scheduling_id` = #{schedulingId} ORDER BY p.`create_time` DESC </select> </mapper>