|
|
@@ -58,7 +58,7 @@ public class IotYbqPredictDataServiceImpl implements IotYbqPredictDataService {
|
|
|
*/
|
|
|
@Override
|
|
|
public List<IotYbqPredictData> getTodayLatestDataList(List<String> devBidList) {
|
|
|
- String start = DateUtils.getDate();
|
|
|
+ String start = DateUtils.dateTime();
|
|
|
Map<String, Object> param = new HashMap<>();
|
|
|
param.put("newList_devBid", devBidList);
|
|
|
param.put("computeDate", start);
|