|
@@ -57,12 +57,12 @@ public class PageAnimationController {
|
|
|
@GetMapping("getPageAnimationStatusByType")
|
|
|
// @PermissionControl
|
|
|
@WebLog(ServerEnum = ServerEnum.SERVER, ModelEnum = ModelEnum.PAGEANIMATION, OperationEnum = OperationEnum.SELECT)
|
|
|
- public Result getPageAnimationStatusByType(@RequestParam("type") String type) {
|
|
|
+ public Result getPageAnimationStatusByType(@RequestParam("type") String type,Date startTime) {
|
|
|
Boolean flag = ListUtil.toList(StrUtil.split("ztfj,ztfjqql,ztzcql,ztzcqlys,fjzxtzfj,fjzxtyfj,ydgdx_L,ydgdx_C,ydgdx_R", ",")).contains(type);
|
|
|
if (!flag) {
|
|
|
return Result.no(ResultEnum.REQUEST_WRONGPARAMS);
|
|
|
}
|
|
|
- return pageAnimationService.getPageAnimationStatusByType(type);
|
|
|
+ return pageAnimationService.getPageAnimationStatusByType(type,startTime);
|
|
|
}
|
|
|
/**
|
|
|
* 查看
|