Commit 1dedd21b9d40ab4f6c83140472f6c617b78b1a4c
1 parent
3d25527b
feat: 处理场所排序
Showing
1 changed file
with
1 additions
and
1 deletions
trash-garbage/src/main/resources/mapper/GarOrderMapper.xml
| ... | ... | @@ -167,7 +167,7 @@ |
| 167 | 167 | AND `disposal`.gar_order_disposal_status = #{type} |
| 168 | 168 | </if> |
| 169 | 169 | </where> |
| 170 | - order by desc `order`.gar_order_agreement_time | |
| 170 | + order by `disposal`.gar_create_time desc | |
| 171 | 171 | </select> |
| 172 | 172 | <select id="queryDriverDetailByTelWithOrderId" resultType="com.trash.garbage.pojo.vo.ScanDriverDetailVo"> |
| 173 | 173 | SELECT | ... | ... |