Commit 3f13132e authored by tianbo's avatar tianbo

feature:管道安装告知详情调整-装置下设备查询

parent 5b62818e
......@@ -1729,7 +1729,11 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
return null;
}
List<Map<String, Object>> deviceList = this.baseMapper.getDeviceListByProjectContraption(projectContraptionSeq);
return new JSONObject().fluentPut("deviceList", deviceList).fluentPut("projectContraption", projectContraption.getProjectContraption()).fluentPut("projectContraptionNo", projectContraption.getProjectContraptionNo()).fluentPut("pipelineLength", projectContraption.getPipelineLength());
return new JSONObject().fluentPut("deviceList", deviceList)
.fluentPut("projectContraption", projectContraption.getProjectContraption())
.fluentPut("projectContraptionNo", projectContraption.getProjectContraptionNo())
.fluentPut("pipelineLength", projectContraption.getPipelineLength())
.fluentPut("projectContraptionId", projectContraptionSeq);
}
@Override
......
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