|
@@ -236,7 +236,7 @@ public class KwaiJSTServiceImpl implements IKwaiJSTService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public JSONObject costDetail(String skuNick, Integer dataType) {
|
|
|
+ public JSONObject costDetail(String skuNick, Integer dataType,Long date) {
|
|
|
JSONObject returnJSon = new JSONObject();
|
|
|
|
|
|
try {
|
|
@@ -253,7 +253,7 @@ public class KwaiJSTServiceImpl implements IKwaiJSTService {
|
|
|
return returnJSon;
|
|
|
}
|
|
|
List<KwaixiaodianCostDetail> adds = new ArrayList<>();
|
|
|
- Long date = Long.valueOf(DateUtils.getNowDate("YYYYMMdd"));
|
|
|
+
|
|
|
// 单品sku
|
|
|
if (dataType == 1) {
|
|
|
for (int i = 0; i < orderList.size(); i++) {
|