Commit 398f82df authored by 鲁鸿波's avatar 鲁鸿波

首页地图粮库数量统计(自有粮库+粮库总数修改)

parent 829b77ae
......@@ -236,6 +236,7 @@ public class TLeaseBankController extends SuperController {
.eq(SysOrg.ORG_ID, orgId)
)
.eq(NewSysOrg.NATURE, "4")
.eq(NewSysOrg.IS_RENT, "0")
);
// 租赁库
......@@ -250,7 +251,7 @@ public class TLeaseBankController extends SuperController {
.eq(NewSysOrg.IS_RENT, "1")
);
// 自有粮库
// 经营部数量
Integer businessDeptNum = newSysOrgService.count(new QueryWrapper<NewSysOrg>()
.eq(NewSysOrg.IS_DEPT, "0")
.ne(NewSysOrg.STATUS, BizConstants.STATUS_DELETE)
......
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 to comment