fix:修改排序字段

zkh
路明慧 11 months ago
parent 4ff0db068d
commit 51e5ddee67
  1. 2
      order-management-order/src/main/resources/mybatis/mapper/YyOrderInfoMapper.xml

@ -202,7 +202,7 @@
order by cpznum desc
</when>
<otherwise>
order by cpznum, cdldate
order by cpznum, cdlcode
</otherwise>
</choose>
</select>

Loading…
Cancel
Save