|
@@ -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);
|
|
|
}
|
|
|
|