加强针数据统计
<h1>疫情防控统计</h1>
<ul>
<li><code>/system/analysisYqfk/list</code></li>
</ul>
<p>请求方式</p>
<ul>
<li>GET</li>
</ul>
<p>参数</p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">dataRightCode</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>网格编码(370102012003007)</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"code": "0000",
"result": {
"totalCount":"总数 int",
"proportion": "5.09 符合未加强完成率 String",
"inoculationEndCount": 417 已经全程接种完成的总数 int,
"noInoculationEndCount": 417 没有全程接种完成的总数 int,
"noInoculationMsgCount": 417 没有查询到接种信息的总数 int,
"noStrengthenCount": 417 接种完成但不符合加强针总数 int,
"noStrengthenEndCount": 417 接种完成符合加强针但未接种总数 int,
"strengthenCount": 417 接种完成符合,并已接种加强针总数 int,
"analysisYqfkList": [
{
"inoculationEnd": 1657 已经全程接种完成的数量 int,
"noInoculationEnd": 0 没有全程接种完成的数量 int,
"noInoculationMsg": 0 没有查询到接种信息的数量 int,
"noStrengthen": 0 接种完成但不符合加强针 int ,
"noStrengthenEnd": 0 接种完成符合加强针但未接种 int,
"strengthen": 0 接种完成符合,并已接种加强针 int,
"code": "370102001",
"codeName": "解放路街道",
"createTime": "2021-12-06T18:49:24",
"proportion": "0.15 完成率 直接加百分号即可"
}
]
}
}</code></pre>