|
@@ -116,8 +116,8 @@ public class KuaiShouVideoGetController {
|
|
|
requestMap.put("channelType", channelType);
|
|
|
if ("time".equals(orderBy)) {
|
|
|
if (!Check.isNull(startDate) && !Check.isNull(endDate)) {
|
|
|
- requestMap.put("startDate", startDate + " 00:00:00");
|
|
|
- requestMap.put("endDate", endDate + " 59:59:59");
|
|
|
+ requestMap.put("startDate", startDate);
|
|
|
+ requestMap.put("endDate", endDate);
|
|
|
}
|
|
|
list = kuaiShouVideoGetService.getVideoList(requestMap);
|
|
|
} else if ("cost".equals(orderBy)) {
|