|
@@ -112,6 +112,10 @@ public class ThirdPartyServiceImpl implements ThirdPartyService {
|
|
|
if (!DateUtils.isValidDate(canViewReportDate)) {
|
|
|
return CommonResponse.create(ExceptionCodeEnum.PARAM_ERROR, "系统异常");
|
|
|
}
|
|
|
+ //llf暂时不返回数据
|
|
|
+ if (secretEnum == SecretEnum.SECRET_ENUM_2) {
|
|
|
+ return CommonResponse.create(500, "数据不存在");
|
|
|
+ }
|
|
|
String channel = secretEnum.channel;
|
|
|
long targetTime = DateUtils.dateStrToTimestamp(date, "yyyy-MM-dd");
|
|
|
long limitTime = DateUtils.dateStrToTimestamp(canViewReportDate, "yyyy-MM-dd");
|