统计
<p>[TOC]</p>
<h1>统计界面</h1>
<p>请求URL</p>
<ul>
<li><code>127.0.0.1:8085/system/lxNucleicInvestigate/investigateCount</code></li>
<li>
<p><code>wmp-nucleiccount/lxNuclearReportCount/investigateCount</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>成功返回示例</p>
<p>{
"code": "0000",
"resultObject": {
"barCount": 34,
"negativeNumber": "19",
"qtNumber": "0",
"totalLot": 6,
"positiveNumber": "13",
"peopleNum": 26
}
}</p>
<p>成功返回示例的参数说明</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>barCount</td>
<td>string</td>
<td>总管数</td>
</tr>
<tr>
<td>negativeNumber</td>
<td>string</td>
<td>阴性</td>
</tr>
<tr>
<td>qtNumber</td>
<td>string</td>
<td>其他</td>
</tr>
<tr>
<td>totalLot</td>
<td>string</td>
<td>总批次</td>
</tr>
<tr>
<td>positiveNumber</td>
<td>string</td>
<td>阳性</td>
</tr>
<tr>
<td>peopleNum</td>
<td>string</td>
<td>人数</td>
</tr>
</tbody>
</table>
<h1>核酸追检查错误操作日志</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>http://124.128.226.198:8081/system/lxNuclearLog/list</code></p>
<p>请求方式</p>
</li>
<li>
<p>post</p>
<p>请求Body参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>function</td>
<td></td>
<td>否</td>
<td>string</td>
<td>功能模块</td>
</tr>
<tr>
<td>singleBarCode</td>
<td></td>
<td>否</td>
<td>string</td>
<td>管号</td>
</tr>
<tr>
<td>problem</td>
<td></td>
<td>否</td>
<td>string</td>
<td>触发问题</td>
</tr>
<tr>
<td>batchId</td>
<td></td>
<td>否</td>
<td>string</td>
<td>批次id</td>
</tr>
<tr>
<td>batchNumber</td>
<td></td>
<td>否</td>
<td>string</td>
<td>批次号</td>
</tr>
<tr>
<td>pageNumber</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>pageSize</td>
<td>10</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"result": {
"pageData": {
"records": [
{
"id": 71957,
"createTime": "2022-12-08T15:23:01",
"createBy": "2810",
"function": "单管扫码登记",
"batchId": "401",
"singleBarCode": "LX54446634",
"problem": "成功"
},
{
"id": 71956,
"createTime": "2022-12-08T15:22:16",
"createBy": "2810",
"function": "标记试管为阳性",
"batchId": "398",
"singleBarCode": "LX54446634",
"problem": "完成"
},
{
"id": 71955,
"createTime": "2022-12-08T15:21:54",
"createBy": "2810",
"function": "实验室三区扫码登记-新增阳管数据",
"problem": "新增成功"
},
{
"id": 71954,
"createTime": "2022-12-08T15:18:25",
"createBy": "2810",
"function": "单管扫码登记",
"batchId": "400",
"singleBarCode": "LX17621421",
"problem": "成功"
},
{
"id": 71953,
"createTime": "2022-12-08T15:16:35",
"createBy": "2810",
"function": "标记试管为阳性",
"batchId": "399",
"singleBarCode": "LX37633534",
"problem": "完成"
},
{
"id": 71952,
"createTime": "2022-12-08T15:16:23",
"createBy": "2810",
"function": "标记试管为阳性",
"batchId": "399",
"singleBarCode": "LX97612362",
"problem": "完成"
},
{
"id": 71951,
"createTime": "2022-12-08T15:16:19",
"createBy": "2810",
"function": "标记试管为阳性",
"batchId": "399",
"singleBarCode": "LX47612367",
"problem": "该试管编码不属于本批次,请扫描本批次的试管"
},
{
"id": 71950,
"createTime": "2022-12-08T15:16:12",
"createBy": "2810",
"function": "标记试管为阳性",
"batchId": "399",
"singleBarCode": "LX06339379",
"problem": "该试管编码不属于本批次,请扫描本批次的试管"
},
{
"id": 71949,
"createTime": "2022-12-08T15:15:37",
"createBy": "2810",
"function": "实验室三区扫码登记-新增阳管数据",
"problem": "新增成功"
},
{
"id": 71948,
"createTime": "2022-12-08T15:15:26",
"createBy": "2810",
"function": "实验室三区扫码登记-新增阳管数据",
"problem": "新增成功"
}
],
"total": 31,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"searchCount": true,
"pages": 4
}
}
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>pageData.records</td>
<td>array</td>
<td>无</td>
</tr>
<tr>
<td>pageData.records.id</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>pageData.records.createTime</td>
<td>string</td>
<td>操作时间</td>
</tr>
<tr>
<td>pageData.records.createBy</td>
<td>string</td>
<td>操作人</td>
</tr>
<tr>
<td>pageData.records.function</td>
<td>string</td>
<td>功能模块</td>
</tr>
<tr>
<td>pageData.records.batchId</td>
<td>string</td>
<td>批次id</td>
</tr>
<tr>
<td>pageData.records.singleBarCode</td>
<td>string</td>
<td>试管号</td>
</tr>
<tr>
<td>pageData.records.problem</td>
<td>string</td>
<td>触发问题</td>
</tr>
<tr>
<td>pageData.records.batch_number</td>
<td>string</td>
<td>批次号</td>
</tr>
</tbody>
</table>
<h1>今日采送检报平均值</h1>
<ul>
<li>
<p><code>127.0.0.1:8085/system/lxNuclearReportCount/avg</code>
<code>wmp-nucleiccount/lxNuclearReportCount/avg</code>
请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
<p>成功返回示例</p>
<p>{
"code": "0000",
"resultObject": [
{
"samplingAvg": [
{
"townName": "大明湖街道",
"samplingAvg": "1.51"
},
{
"townName": "解放路街道",
"samplingAvg": "1.60"
},
{
"townName": "千佛山街道",
"samplingAvg": "1.84"
},
{
"townName": "文东街道",
"samplingAvg": "2.08"
},
{
"townName": "燕山街道",
"samplingAvg": "2.42"
},
{
"townName": "东关街道",
"samplingAvg": "2.49"
},
{
"townName": "建新街道",
"samplingAvg": "3.09"
},
{
"townName": "姚家街道",
"samplingAvg": "3.20"
},
{
"townName": "趵突泉街道",
"samplingAvg": "3.76"
},
{
"townName": "龙洞街道",
"samplingAvg": "4.45"
},
{
"townName": "甸柳街道",
"samplingAvg": "4.45"
},
{
"townName": "智远街道",
"samplingAvg": "4.60"
},
{
"townName": "泉城路街道",
"samplingAvg": "5.46"
}
],
"uploadAvg": [
{
"townName": "燕山街道",
"uploadAvg": "-13.63"
},
{
"townName": "大明湖街道",
"uploadAvg": "-11.57"
},
{
"townName": "智远街道",
"uploadAvg": "-11.52"
},
{
"townName": "甸柳街道",
"uploadAvg": "-11.35"
},
{
"townName": "趵突泉街道",
"uploadAvg": "-10.65"
},
{
"townName": "姚家街道",
"uploadAvg": "-10.27"
},
{
"townName": "泉城路街道",
"uploadAvg": "-10.13"
},
{
"townName": "文东街道",
"uploadAvg": "-9.96"
},
{
"townName": "建新街道",
"uploadAvg": "-9.21"
},
{
"townName": "龙洞街道",
"uploadAvg": "-9.19"
},
{
"townName": "解放路街道",
"uploadAvg": "-8.53"
},
{
"townName": "千佛山街道",
"uploadAvg": "-8.10"
},
{
"townName": "东关街道",
"uploadAvg": "-3.25"
}
],
"resultAvg": [
{
"townName": "泉城路街道",
"resultAvg": "2.81"
},
{
"townName": "甸柳街道",
"resultAvg": "5.20"
},
{
"townName": "燕山街道",
"resultAvg": "5.74"
},
{
"townName": "建新街道",
"resultAvg": "7.04"
},
{
"townName": "龙洞街道",
"resultAvg": "7.74"
},
{
"townName": "东关街道",
"resultAvg": "7.89"
},
{
"townName": "姚家街道",
"resultAvg": "8.26"
},
{
"townName": "文东街道",
"resultAvg": "8.44"
},
{
"townName": "智远街道",
"resultAvg": "8.47"
},
{
"townName": "趵突泉街道",
"resultAvg": "8.52"
},
{
"townName": "千佛山街道",
"resultAvg": "8.71"
},
{
"townName": "大明湖街道",
"resultAvg": "9.94"
},
{
"townName": "解放路街道",
"resultAvg": "10.64"
}
]
}
]
}</p>
<p>成功返回示例的参数说明</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>samplingAvg</td>
<td>string</td>
<td>采送时间</td>
</tr>
<tr>
<td>samplingAvg.townName</td>
<td>string</td>
<td>街道名</td>
</tr>
<tr>
<td>samplingAvg.samplingAvg</td>
<td>string</td>
<td>平均时间</td>
</tr>
<tr>
<td>uploadAvg</td>
<td>string</td>
<td>上报时间</td>
</tr>
<tr>
<td>uploadAvg.townName</td>
<td>string</td>
<td>街道名</td>
</tr>
<tr>
<td>uploadAvg.uploadAvg</td>
<td>string</td>
<td>平均时间</td>
</tr>
<tr>
<td>resultAvg</td>
<td>string</td>
<td>检出时间</td>
</tr>
<tr>
<td>resultAvg.townName</td>
<td>string</td>
<td>街道名</td>
</tr>
<tr>
<td>resultAvg.resultAvg</td>
<td>string</td>
<td>平均时间</td>
</tr>
</tbody>
</table>
<h1>根据批次号推送</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>http://124.128.226.198:8081/system/lxNucleicInvestigate/uploadAgainBatchId</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>batchId</td>
<td>1</td>
<td>是</td>
<td>string</td>
<td>批次id</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"resultObject": false
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>resultObject</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h1>手动推送 单管</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>http://124.128.226.198:8081/system/lxNucleicInvestigate/uploadAgainCode</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>singleBarCode</td>
<td>LX59902409</td>
<td>是</td>
<td>string</td>
<td>试管编码</td>
</tr>
</tbody>
</table>
<p>成功返回示例</p>
<pre><code>{
"code": "0000",
"resultObject": true
}</code></pre>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>resultObject</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h1>停止上传市平台</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>127.0.0.1:8085/system/lxNucleicInvestigate/stopUpload</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
<p>成功返回示例</p>
<p>{
"code": "0000",
"resultObject":"停止执行上传成功"
}</p>
</li>
</ul>
<h1>重新上传市平台</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>127.0.0.1:8085/system/lxNucleicInvestigate/restartUpload</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
<p>成功返回示例</p>
<p>{
"code": "0000",
"resultObject":"重新执行上传成功"
}</p>
</li>
</ul>
<h1>上传市平台暂停状态</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>127.0.0.1:8085/system/lxNucleicInvestigate/getUpload</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>请求Query参数</p>
<p>成功返回示例</p>
<p>{
"code": "0000",
"result": {
"start": "0"
}
}</p>
<p>成功返回示例的参数说明</p>
</li>
</ul>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td>start</td>
<td>string</td>
<td>1是未暂停 0是已暂停</td>
</tr>
</tbody>
</table>