|
@@ -155,7 +155,9 @@ public class KuaiShouVideoGetController {
|
|
|
requestMap.put("endDate", endDate);
|
|
|
}
|
|
|
requestMap.put("photoName", photoName);
|
|
|
- requestMap.put("kaiPing", isKaiPing + "");
|
|
|
+ if (isKaiPing == 0) {
|
|
|
+ requestMap.put("kaiPing", isKaiPing + "");
|
|
|
+ }
|
|
|
list = kuaiShouVideoGetService.getVideoList(requestMap);
|
|
|
} else if ("cost".equals(orderBy)) {
|
|
|
if (!Check.isNull(startDate) && !Check.isNull(endDate)) {
|