xuefei
2023-05-08 68d8a8bffdac8f71ceff4f2bf9874d367ae71739
xboot-modules/xboot-your/src/main/resources/mapper/OrderTaskMapper.xml
@@ -71,9 +71,11 @@
        b.car_no,
        c.NAME,
        d.NAME,
        a.send_date
        a.send_date,
        e.nickname,
        a.id
        ORDER BY
        c.NAME ASC,
        a.send_date asc
    </select>
</mapper>
</mapper>