Explorar o código

jy_order_item_list 接口查询 导出

zhaoxian hai 1 ano
pai
achega
d622b1443b

+ 2 - 2
ruixuan-live/src/main/java/com/ruixuan/isc/entity/JYOrderItemList.java

@@ -56,13 +56,13 @@ public class JYOrderItemList{
     /**
      * 预估收入
      */
-    @Excel(name = "预估收入")
+//    @Excel(name = "预估收入")
     private BigDecimal mcnPromotionAmount;
 
     /**
      * 总出单量
      */
-    @Excel(name = "总出单量")
+//    @Excel(name = "总出单量")
     private Long totalOrderNum;
 
     /**

+ 1 - 1
ruixuan-live/src/main/resources/mapper/isc/KuaishouItemListMapper.xml

@@ -217,7 +217,7 @@
                 and date_format(first_order_time,'%Y-%m-%d') <= #{endDate}
             </if>
         </where>
-        order by first_order_time desc
+        order by first_order_time desc,item_id
     </select>
 
     <select id="itemList" resultType="com.alibaba.fastjson.JSONObject">