rain
2024-06-14 8d9a2d656e4ae007590c622e5f7c228adacdca49
src/main/java/com/dji/sample/wayline/dao/IWaylineJobMapper.xml
@@ -81,10 +81,10 @@
        </if>
        <if test="order != null and order != '' and order == 'DESC'">
            ORDER BY job.create_time DESC
            ORDER BY job.begin_time DESC
        </if>
        <if test="order != null and order != '' and order == 'ASC'">
            ORDER BY job.create_time ASC
            ORDER BY job.begin_time ASC
        </if>
    </select>