Commit 954d18d0 by Jony.L

算力资源重构-算力资源SPU管理修改1.2

parent 131243df
......@@ -33,7 +33,7 @@ public interface ResourceSpuMapper extends BaseMapperX<ResourceSpuDO> {
.eqIfPresent(ResourceSpuDO::getIp, reqVO.getIp())
.likeIfPresent(ResourceSpuDO::getInitUsername, reqVO.getInitUsername())
.eqIfPresent(ResourceSpuDO::getInitPassword, reqVO.getInitPassword())
.eqIfPresent(ResourceSpuDO::getIntro, reqVO.getIntro())
.likeIfPresent(ResourceSpuDO::getIntro, reqVO.getIntro())
.eqIfPresent(ResourceSpuDO::getCategoryId, reqVO.getCategoryId())
.eqIfPresent(ResourceSpuDO::getPicUrl, reqVO.getPicUrl())
.eqIfPresent(ResourceSpuDO::getSliderPicUrls, reqVO.getSliderPicUrls())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment