|
@@ -34,8 +34,8 @@ public class BytedanceCreativeDailyReportServiceImpl extends ServiceImpl<Bytedan
|
|
|
if (Check.isNull(userId)) {
|
|
|
return null;
|
|
|
}
|
|
|
- String nowDate = json.getString("startDate");;
|
|
|
- String endDate = json.getString("endDate");;
|
|
|
+ String nowDate = json.getString("startDate");
|
|
|
+ String endDate = json.getString("endDate");
|
|
|
Map<String, Object> paramsMap = new HashMap<>();
|
|
|
paramsMap.put("userId", userId);
|
|
|
paramsMap.put("startDate",nowDate);
|
|
@@ -52,8 +52,8 @@ public class BytedanceCreativeDailyReportServiceImpl extends ServiceImpl<Bytedan
|
|
|
return null;
|
|
|
}
|
|
|
paramsMap.put("accountIds", accountIds);
|
|
|
- String nowDate = json.getString("startDate");;
|
|
|
- String endDate = json.getString("endDate");;
|
|
|
+ String nowDate = json.getString("startDate");
|
|
|
+ String endDate = json.getString("endDate");
|
|
|
paramsMap.put("startDate",nowDate);
|
|
|
paramsMap.put("endDate",endDate);
|
|
|
|