Commit 512f049574e252e33745c6f487807040be1eb514
1 parent
974717b5
fix: 驾驶员排序
Showing
1 changed file
with
1 additions
and
1 deletions
trash-garbage/src/main/resources/mapper/GarOrderMapper.xml
| ... | ... | @@ -110,7 +110,7 @@ |
| 110 | 110 | AND `handler`.gar_cancel_flag = #{cancelFlag} |
| 111 | 111 | </if> |
| 112 | 112 | </where> |
| 113 | - order by desc `order`.gar_order_agreement_time | |
| 113 | + order by `order`.gar_order_agreement_time desc | |
| 114 | 114 | </select> |
| 115 | 115 | <select id="queryOrderByTelWithType" resultType="com.trash.garbage.pojo.vo.GarOrderDriverVo"> |
| 116 | 116 | SELECT | ... | ... |