Commit 3c62fd09 authored by 张永's avatar 张永

1

parent 0850230c
......@@ -1029,8 +1029,7 @@ public class OrderServiceImpl implements OrderService {
sql += " group by a.sSalesOrderID, a.sSubOrderID, a.dOrderDate, a.sSalesOrderTypeID, a.sSalesOrderType, " +
" a.sDeliveryTypeID, a.sDeliveryType, a.sContacts, a.sMobile, a.sAddress, a.nExpressFee, " +
" a.nOrderStatus, a.nOrderStatusName, a.sOrderMemo "
+ " order by a.dOrderDate DESC ";
" a.nOrderStatus, a.nOrderStatusName, a.sOrderMemo ";
List<Map<String, Object>> orderList = jdbcTemplate.limit(sql, page);
sortList.addAll(orderList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment