update
This commit is contained in:
parent
82d3a6d43f
commit
faa7e9ff0e
|
@ -73,7 +73,7 @@ public class GwIndexServiceImpl implements IGwIndexService {
|
|||
lqw.eq(StringUtils.isNotBlank(bo.getTitleEnglish()), GwIndex::getTitleEnglish, bo.getTitleEnglish());
|
||||
lqw.eq(StringUtils.isNotBlank(bo.getTitleChinese()), GwIndex::getTitleChinese, bo.getTitleChinese());
|
||||
lqw.eq(StringUtils.isNotBlank(bo.getIsIndex()), GwIndex::getIsIndex, bo.getIsIndex());
|
||||
lqw.like(StringUtils.isNotBlank(bo.getCaptionName()), GwIndex::getCaptionName, bo.getCaptionName());
|
||||
lqw.eq(StringUtils.isNotBlank(bo.getCaptionName()), GwIndex::getCaptionName, bo.getCaptionName());
|
||||
lqw.eq(bo.getCreateUserId() != null, GwIndex::getCreateUserId, bo.getCreateUserId());
|
||||
lqw.eq(bo.getUpdateUserId() != null, GwIndex::getUpdateUserId, bo.getUpdateUserId());
|
||||
return lqw;
|
||||
|
|
Loading…
Reference in New Issue
Block a user