|
@@ -251,10 +251,6 @@ public class KsVideoReportCtrl {
|
|
throw new Exception("入参不能为空");
|
|
throw new Exception("入参不能为空");
|
|
}
|
|
}
|
|
JSONArray columns = requestBody.getJSONArray("columns");
|
|
JSONArray columns = requestBody.getJSONArray("columns");
|
|
- if (Check.isNull(columns)) {
|
|
|
|
- throw new Exception("请传入表头");
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
String startDate = requestBody.getString("startDate");
|
|
String startDate = requestBody.getString("startDate");
|
|
if (Check.isNull(startDate)) {
|
|
if (Check.isNull(startDate)) {
|
|
throw new Exception("请输入查询开始时间");
|
|
throw new Exception("请输入查询开始时间");
|