|
|
|
@ -31,7 +31,10 @@ public class DmCbxxpServiceImpl extends ServiceImpl<DmCbxxpMapper, DmCbxxp> impl
|
|
|
|
|
public List<DmCbxxp> getList(Map map) {
|
|
|
|
|
QueryWrapper<DmCbxxp> qw= new QueryWrapper<>();
|
|
|
|
|
qw.likeRight(StrUtil.isNotEmpty((String)map.get("cbbm")),"cbbm",(String)map.get("cbbm"));
|
|
|
|
|
qw.eq(StrUtil.isNotEmpty((String)map.get("wgbs")),"wgbs",(String)map.get("wgbs"));
|
|
|
|
|
if((Boolean) map.get("flag")){
|
|
|
|
|
qw.eq("ISNULL(wgbs,'N')","N");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
qw.orderBy(true,true,"cbmc");
|
|
|
|
|
List<DmCbxxp> list = this.list(qw);
|
|
|
|
|
list.forEach(e->{
|
|
|
|
|