This commit is contained in:
许允枞 2025-03-03 16:22:02 +08:00
parent b5c343fc0e
commit 9c50a3fa12

View File

@ -115,7 +115,6 @@
AND node.create_time BETWEEN #{inspectionWorkNode.rescueStart} AND #{inspectionWorkNode.rescueEnd}
</if>
</where>
group by node.deal_user_id
ORDER BY
node.create_time DESC;
</select>