This commit is contained in:
2026-03-26 11:49:24 +08:00
parent 6d576d0668
commit 62ffe1b5c3
2 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.mosty.base.model.dto.yjzl.TbZdxlFgdwSaveDTO;
import com.mosty.base.model.dto.yjzl.TbZdxlFgdwUpdateDTO;
import com.mosty.base.model.entity.yjzl.TbYjxx;
import com.mosty.base.model.entity.yjzl.zddw.TbZdxlFgdw;
import com.mosty.base.model.query.yjzl.TbZdxlFgdwQuery;
import com.mosty.base.model.vo.base.DeptInfoVo;
@ -84,7 +85,8 @@ public class TbZdxlFgdwServiceImpl extends ServiceImpl<TbZdxlFgdwMapper, TbZdxlF
//返回Page
IPage<TbZdxlFgdwVO> resultPage = new Page<>(query.getPageCurrent(), query.getPageSize());
String ssbm = this.tbBaseAdaptRemoteService.getSsbm(query.getSsdbmdm(), null);
qw.lambda().likeRight(StringUtils.isNotBlank(ssbm), TbZdxlFgdw::getSsbmdm, ssbm);
//查询数据
page = this.baseMapper.selectPage(page, qw);
List<TbZdxlFgdw> list = page.getRecords();