Browse Source

[update] 司机在途核算记录排序方式变更

miajio 5 days ago
parent
commit
9f2c197c6f

+ 1 - 1
warehouse-admin-data/src/main/resources/mapper/driver/DriverOnRouteAccountRecordMainMapper.xml

@@ -101,7 +101,7 @@
         <if test="bo.endCreateDate != null">
         <if test="bo.endCreateDate != null">
             and CONCAT(#{bo.endCreateDate}, ' 23:59:59') >= dorarm.createTime
             and CONCAT(#{bo.endCreateDate}, ' 23:59:59') >= dorarm.createTime
         </if>
         </if>
-        order by warehouseId, areaStaffId desc
+        order by dorarm.id desc
     </select>
     </select>
     <select id="selectUnVerified" resultType="com.yr.warehouse.admin.driver.data.DriverOnRouteAccountRecordMain">
     <select id="selectUnVerified" resultType="com.yr.warehouse.admin.driver.data.DriverOnRouteAccountRecordMain">
         select
         select