项目成果验收查询
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>根据申报id和行政区类别查询项目成果验收信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip:port/api/project/getCheckAcceptInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;projectId&quot;: &quot;1705810283303333889&quot;, // 项目id
&quot;districtCode&quot;: &quot;430181&quot; // 行政区代码
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;applyId&quot;: &quot;1704465665848524801&quot;, // 申报id
&quot;approvalArea&quot;: 2.00, // 文件批复面积
&quot;checkArea&quot;: 1.00, // 核实面积
&quot;checkQualifiedRatio&quot;: 50.00, // 核实合格率
&quot;checkRatio&quot;: 50.00, // 面积核实率
&quot;createTime&quot;: &quot;2023-09-21 18:51:11&quot;, // 创建时间
&quot;description&quot;: &quot;asdf&quot;, // 核查验收说明
&quot;districtType&quot;: &quot;COUNTY&quot;, // 行政区类别(PROVINCE,CITY,COUNTY)
&quot;fileList&quot;: [ // 附件列表
{
&quot;fAttributedId&quot;: &quot;1704810499528474626&quot;,
&quot;fCreateTime&quot;: &quot;2023-09-21 18:51:11&quot;,
&quot;fFieldName&quot;: &quot;&quot;,
&quot;fFileType&quot;: &quot;.png&quot;,
&quot;fName&quot;: &quot;btn_jiankongjiance_n.png&quot;,
&quot;fSize&quot;: 1.21,
&quot;fSrc&quot;: &quot;/2023/09/21/btn_jiankongjiance_n-57d205fd-a035-4ee5-ae69-47e1742aa75c.png&quot;,
&quot;fSrcName&quot;: &quot;btn_jiankongjiance_n-57d205fd-a035-4ee5-ae69-47e1742aa75c.png&quot;,
&quot;fTypeName&quot;: &quot;&quot;,
&quot;fUpdateTime&quot;: &quot;2023-09-21 18:51:11&quot;,
&quot;id&quot;: &quot;1704810500233117698&quot;
}
],
&quot;id&quot;: &quot;1704810499528474626&quot;, // 成果验收id
&quot;isArchivesCompleted&quot;: 1, // 档案是否是否齐全(0-否,1-是)
&quot;isDesignWork&quot;: 1, // 是否按作业设计施工(0-否,1-是)
&quot;isDocumentCompleted&quot;: 1, // 三证一签一说明是否齐全(0-否,1-是)
&quot;isStrongSprout&quot;: 1, // 是否良种壮苗(0-否,1-是)
&quot;lossArea&quot;: 1.00, // 损失面积
&quot;noCheckArea&quot;: 1.00, // 不核实面积
&quot;noQualifiedArea&quot;: 1.00, // 不合格面积
&quot;projectId&quot;: &quot;1704465498189611010&quot;, // 项目id
&quot;projectScore&quot;: &quot;90&quot;, // 项目得分
&quot;qualifiedArea&quot;: 1.00, // 合格面积
&quot;reportArea&quot;: 1.00, // 上报面积
&quot;reportQualifiedRatio&quot;: 50.00, // 上报合格率
&quot;saveRatio&quot;: 90.00, // 保存率
&quot;saveStatus&quot;: 0, // 保存状态(0-保存,1-提交)
&quot;selfScore&quot;: &quot;100&quot;, // 自评得分
&quot;situation&quot;: &quot;qwer&quot;, // 管护情况
&quot;strongSproutRatio&quot;: 88.00, // 良种壮苗率
&quot;survivalRatio&quot;: 98.00, // 成活率
&quot;year&quot;: &quot;2023&quot; // 预算年度
},
&quot;decryptFlag&quot;: false,
&quot;message&quot;: &quot;success&quot;,
&quot;status&quot;: 200
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>