src/main/resources/mapper/production/ProductionOperationTaskMapper.xml
@@ -74,7 +74,7 @@ and (pot.user_ids is null or pot.user_ids = '' or pot.user_ids = '[]' or json_contains(pot.user_ids, json_quote(cast(#{c.currentUserId} as char)))) </if> </where> order by pot.production_order_id desc, poro.drag_sort order by pot.work_order_no desc, poro.drag_sort </select> <select id="selectTaskStatisticsByDate" resultType="com.ruoyi.home.dto.ProductionTaskStatisticsDto">