zss
2023-09-05 b9e2c1619cf61bcd5f24b858fff738244d20566e
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>