|
|
@@ -369,7 +369,7 @@ public interface LiveOrderMapper {
|
|
|
int batchUpdateErpByOrderIds(@Param("maps")ArrayList<Map<String, String>> maps);
|
|
|
|
|
|
@Select({"<script> " +
|
|
|
- "select o.order_id ,o.order_code,o.item_json,o.pay_price,o.status,o.delivery_sn as delivery_id,o.finish_time from live_order o " +
|
|
|
+ "select o.order_id,o.total_num ,o.order_code,o.item_json,o.pay_price,o.status,o.delivery_sn as delivery_id,o.finish_time from live_order o " +
|
|
|
"where o.is_del=0 " +
|
|
|
"<if test = 'maps.status != null and maps.status != \"\" '> " +
|
|
|
"and o.status =#{maps.status} " +
|