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 order by cpznum desc
</when> </when>
<otherwise> <otherwise>
order by cpznum, cdldate order by cpznum, cdlcode
</otherwise> </otherwise>
</choose> </choose>
</select> </select>

Loading…
Cancel
Save