|
|
|
@ -2,7 +2,6 @@ package com.foreverwin.mesnac.equip.controller;
|
|
|
|
|
|
|
|
|
|
import com.foreverwin.modular.core.util.R;
|
|
|
|
|
import com.foreverwin.modular.core.util.FrontPage;
|
|
|
|
|
import com.foreverwin.modular.core.util.CommonMethods;
|
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
@ -71,7 +70,6 @@ public class ResourceStatusReceiveController {
|
|
|
|
|
.or().like(ResourceStatusReceive::getSite, frontPage.getGlobalQuery())
|
|
|
|
|
.or().like(ResourceStatusReceive::getResrce, frontPage.getGlobalQuery())
|
|
|
|
|
.or().like(ResourceStatusReceive::getStatus, frontPage.getGlobalQuery())
|
|
|
|
|
.or().like(ResourceStatusReceive::getChangeStatus, frontPage.getGlobalQuery())
|
|
|
|
|
.or().like(ResourceStatusReceive::getCreateUser, frontPage.getGlobalQuery())
|
|
|
|
|
.or().like(ResourceStatusReceive::getModifyUser, frontPage.getGlobalQuery())
|
|
|
|
|
);
|
|
|
|
|