*个人二维码页面
<h2>行程报备-查询个人信息和历史14天体温</h2>
<p><strong>简要描述:</strong> </p>
<ul>
<li>行程报备-查询个人信息和历史14天体温</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://139.159.251.33/epidemic/prevention/personalinfo/getPersonInfoByPersonnelId</code></p>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </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;">personnelId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>人员信息id</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"personnelId" : "0006fa0fe5424f80a7f5de83fc756413"
}
</code></pre>
<p><strong>返回参数说明</strong> </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;">personinfoData</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>人员信息data</td>
</tr>
<tr>
<td style="text-align: left;">temperatureData</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>历史14天体温</td>
</tr>
<tr>
<td style="text-align: left;">morningSubmit</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>上午是否申报,0:否 1:是</td>
</tr>
<tr>
<td style="text-align: left;">afternoonSubmit</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>下午是否申报,0:否 1:是</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg":"根据个人 personnel_id 查询个人信息和近14天体温成功!",
"code":0,
"personinfoData":{
"morningSubmit": 0,
"afternoonSubmit": 1,
"projectInfoData":[
{
"prj_area":"光明区",
"prj_address":"光明区马田街道办事处,西环大道西侧",
"prj_id":"e808d055-f963-11e9-acd3-fa163e72b6d6",
"id":"9843b8a0-1791-47a6-92c5-861fb1b98bac",
"prj_name":"内衣基地产业配套宿舍项目"
}
],
"personalInfoData":{
"is_cough_fever":0,
"position_sub_type":null,
"is_to_hubei":0,
"arrival_time":"2020-02-22 14:00:00",
"name":"赵明焕",
"is_contact_with_patients":0,
"is_to_foreign_country":0,
"is_contact_with_foreign":0,
"is_harbin":0,
"is_suifen_river":0,
"id":"0013be5f41554c8aa02d9542f744f695",
"departure_city":"河南省三门峡市",
"personnel_type":"管理人员",
"position_type":"其他管理人员",
"currentStatus":"当前状态,1",
"currentStatusStr":"在项目现场",
"isFocusPeople":"是否是重点关注人员,0:否,1:是",
"currentTemperature":36,
"focus_status":"0",// 处理状态:0未处理 1已处理 3处理中 4已退回
"isToFocusDistrict" : 0,
"isContactFocusDistrict" : 0
},
"toFocusDistrictArray": ["440304","440303","110102"],
"contactFocusDistrictArray": ["440304","440303","110102"]
"temperatureData":[
{
"personnel_id":"0013be5f41554c8aa02d9542f744f695",
"createTime":"2020-02-21",
"temperature":"36.6",
"id":"c5701a5c1dd74ba9b5689c472e189f94"
},
{
"personnel_id":"0013be5f41554c8aa02d9542f744f695",
"createTime":"2020-02-20",
"temperature":"36.3",
"id":"f6ea21c4bacc4aed90d9f8e24d96f6fb"
},
{
"personnel_id":"0013be5f41554c8aa02d9542f744f695",
"createTime":"2020-02-19",
"temperature":"36.4",
"id":"bd889d9b2c86436da04f75ef53f422a4"
},
{
"personnel_id":"0013be5f41554c8aa02d9542f744f695",
"createTime":"2020-02-18",
"temperature":"36.5",
"id":"22d020e787ad4d539896f5d05f758274"
},
{
"personnel_id":"0013be5f41554c8aa02d9542f744f695",
"createTime":"2020-02-17",
"temperature":"36.5",
"id":"d5f7cae521544a49827c867fad96dbba"
},
{
"personnel_id":"0013be5f41554c8aa02d9542f744f695",
"createTime":"2020-02-16",
"temperature":"36.4",
"id":"3e7b5fa99ad74848a93928866dd2c5d7"
}
]
}
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<ol>
<li>
<ol>
<li>
</li>
</ol>
</li>
</ol>