|
@@ -89,7 +89,6 @@ public class KsVideoReportCtrl {
|
|
}
|
|
}
|
|
requestMap.put("companyId", userCompany.getCompanyId());
|
|
requestMap.put("companyId", userCompany.getCompanyId());
|
|
}
|
|
}
|
|
-
|
|
|
|
requestMap.put("filed", filedAll);
|
|
requestMap.put("filed", filedAll);
|
|
requestMap.put("startDate", startDate);
|
|
requestMap.put("startDate", startDate);
|
|
requestMap.put("endDate", endDate);
|
|
requestMap.put("endDate", endDate);
|
|
@@ -114,8 +113,8 @@ public class KsVideoReportCtrl {
|
|
if (!Check.isNull(requestBody.getString("order"))) {
|
|
if (!Check.isNull(requestBody.getString("order"))) {
|
|
requestMap.put("order", requestBody.getString("order"));
|
|
requestMap.put("order", requestBody.getString("order"));
|
|
}
|
|
}
|
|
- if (!Check.isNull(requestBody.getInteger("channelType"))) {
|
|
|
|
- requestMap.put("channelType", requestBody.getInteger("channelType"));
|
|
|
|
|
|
+ if (!Check.isNull(requestBody.getString("channelType"))) {
|
|
|
|
+ requestMap.put("channelType", requestBody.getString("channelType"));
|
|
}
|
|
}
|
|
PageInfo<JSONObject> listData = ksVideoReportService.getKuaiShouVideoPageReportByMap(requestMap, pageSize, pageNo);
|
|
PageInfo<JSONObject> listData = ksVideoReportService.getKuaiShouVideoPageReportByMap(requestMap, pageSize, pageNo);
|
|
if (Check.isNull(listData)) {
|
|
if (Check.isNull(listData)) {
|
|
@@ -210,8 +209,8 @@ public class KsVideoReportCtrl {
|
|
if (!Check.isNull(requestBody.getString("order"))) {
|
|
if (!Check.isNull(requestBody.getString("order"))) {
|
|
requestMap.put("order", requestBody.getString("order"));
|
|
requestMap.put("order", requestBody.getString("order"));
|
|
}
|
|
}
|
|
- if (!Check.isNull(requestBody.getInteger("channelType"))) {
|
|
|
|
- requestMap.put("channelType", requestBody.getInteger("channelType"));
|
|
|
|
|
|
+ if (!Check.isNull(requestBody.getString("channelType"))) {
|
|
|
|
+ requestMap.put("channelType", requestBody.getString("channelType"));
|
|
}
|
|
}
|
|
LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
|
|
LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
|
|
String realname = sysUser.getRealname();
|
|
String realname = sysUser.getRealname();
|