瀏覽代碼

数据修改

yumeng 2 年之前
父節點
當前提交
1824183be7

+ 2 - 4
ruixuan-live/src/main/java/com/ruixuan/isc/service/impl/KuaishouItemCollectSamplesServiceImpl.java

@@ -744,12 +744,10 @@ public class KuaishouItemCollectSamplesServiceImpl implements IKuaishouItemColle
         }
         List<JSONObject> list = null;
         if ("1".equals(mediaId)) {
-            map.put("startLong", Long.valueOf(startDate.replace("-","")));
-            map.put("endLong", Long.valueOf(endDate.replace("-","")));
+
             list = supplyChainService.getMonthOrderAmountBytedance(map);
         } else {
-            map.put("startLong", DateUtils.getStartLongTime(startDate));
-            map.put("endLong", DateUtils.getEndLongTime(endDate));
+
             list = supplyChainService.getMonthOrderAmount(map);
         }