Commit 1dedd21b9d40ab4f6c83140472f6c617b78b1a4c

Authored by guzijian
1 parent 3d25527b

feat: 处理场所排序

trash-garbage/src/main/resources/mapper/GarOrderMapper.xml
@@ -167,7 +167,7 @@ @@ -167,7 +167,7 @@
167 AND `disposal`.gar_order_disposal_status = #{type} 167 AND `disposal`.gar_order_disposal_status = #{type}
168 </if> 168 </if>
169 </where> 169 </where>
170 - order by desc `order`.gar_order_agreement_time 170 + order by `disposal`.gar_create_time desc
171 </select> 171 </select>
172 <select id="queryDriverDetailByTelWithOrderId" resultType="com.trash.garbage.pojo.vo.ScanDriverDetailVo"> 172 <select id="queryDriverDetailByTelWithOrderId" resultType="com.trash.garbage.pojo.vo.ScanDriverDetailVo">
173 SELECT 173 SELECT