路明慧 10 months ago
commit 80a3206e2c
  1. 4
      order-management-invoice/src/main/resources/mybatis/mapper/OrderInvoiceInfoMapper.xml

@ -1650,10 +1650,10 @@
order by check_time desc
</when>
<when test="map.orderBy !=null and map.orderBy == 'pzhAsc' ">
order by oi.byzd2 asc,kprq DESC
order by CONVERT(oi.byzd2, UNSIGNED) asc,kprq DESC
</when>
<when test="map.orderBy !=null and map.orderBy == 'pzhDesc' ">
order by oi.byzd2 desc,kprq DESC
order by CONVERT(oi.byzd2, UNSIGNED) desc,kprq DESC
</when>
<otherwise>
ORDER BY kprq DESC

Loading…
Cancel
Save