|
|
@ -67,7 +67,7 @@ public class DmBomController {
|
|
|
|
.eq(StrUtil.isNotEmpty((String) map.get("fd")), "fd", map.get("dcfd"))
|
|
|
|
.eq(StrUtil.isNotEmpty((String) map.get("fd")), "fd", map.get("dcfd"))
|
|
|
|
.eq(StrUtil.isNotEmpty((String) map.get("dcpl")), "pl", map.get("dcpl"))
|
|
|
|
.eq(StrUtil.isNotEmpty((String) map.get("dcpl")), "pl", map.get("dcpl"))
|
|
|
|
.eq(StrUtil.isNotEmpty((String) map.get("zt")), "zt", map.get("zt"))
|
|
|
|
.eq(StrUtil.isNotEmpty((String) map.get("zt")), "zt", map.get("zt"))
|
|
|
|
.notIn("idd",idds)
|
|
|
|
.notIn(idds.size()>0,"idd",idds)
|
|
|
|
.orderBy(true,true,"pl","fd","type","tzbh","ljbh")
|
|
|
|
.orderBy(true,true,"pl","fd","type","tzbh","ljbh")
|
|
|
|
);
|
|
|
|
);
|
|
|
|
return new ResultBean(list);
|
|
|
|
return new ResultBean(list);
|
|
|
|