社会诉求整体情况统计
<h1>社会诉求整体情况统计</h1>
<p>地址:<a href="http://localhost:8086/system/workSheetV2/dataStatistics">http://localhost:8086/system/workSheetV2/dataStatistics</a></p>
<p>参数:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>type</td>
<td>int</td>
<td>类型 1:近7天 2:本月 3:今日</td>
</tr>
</tbody>
</table>
<p>结果:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>状态 0000:成功 0001:失败</td>
</tr>
<tr>
<td>result</td>
<td>返回结果</td>
</tr>
</tbody>
</table>
<p>result包含字段:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>processedCount</td>
<td>新增数量</td>
</tr>
<tr>
<td>processingCount</td>
<td>已办理数量</td>
</tr>
<tr>
<td>newDataCount</td>
<td>处理中数量</td>
</tr>
</tbody>
</table>