Browse Source

导出任务

qin 1 year ago
parent
commit
cfeb2bed57
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/resources/mapper/statistics/OrderMapper.xml

+ 1 - 2
src/main/resources/mapper/statistics/OrderMapper.xml

@@ -249,7 +249,6 @@
             o.fund_price as fundPrice,
             od.tracking_code,
             od.tracking_company,
-            od.coupon_string,
             od.man_hour,
             o.card_names as cardNameStr
         FROM
@@ -258,7 +257,7 @@
         WHERE
             o.yn=0
           and ${ew.sqlSegment}
-            order by o.order_id
+            order by o.id
         limit #{start},#{end}
     </select>