Commit b8d877f3 authored by 李秀明's avatar 李秀明

消防运维信息接口更新

parent 68aa90d5
...@@ -2029,9 +2029,8 @@ public class PlanTaskServiceImpl implements IPlanTaskService { ...@@ -2029,9 +2029,8 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
} }
@Override @Override
public List<Map<String, Object>> getStatics(String companyCode) { public List<Map<String, Object>> getStatics(String companyCode, String bizOrgCode) {
String bizOrgCode = null; if (StringUtils.isEmpty(bizOrgCode) && StringUtil.isNotEmpty(companyCode)) {
if (StringUtil.isNotEmpty(companyCode)) {
bizOrgCode = planTaskMapper.queryByCompanyCode(companyCode); bizOrgCode = planTaskMapper.queryByCompanyCode(companyCode);
} }
return planTaskMapper.getStatics(bizOrgCode); return planTaskMapper.getStatics(bizOrgCode);
......
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