查询减少薪酬档案列表
<p><strong>简要描述:</strong> </p>
<p>-查询减少薪酬档案列表</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/hcmc/salArchive/leaveSalArchiveList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;"><strong>参数:</strong>
null</th>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"timeStamp": "1578898496828",
"returnCode": "0",
"beans": [
{
"empId": "2019101619523000003",
"createUserId": "0",
"empType": null,
"idCard": "410823198912250370",
"unitStartDate": "2019-10-13",
"modifyUserId": null,
"pageSize": "0",
"authOrgIds": null,
"progId": "2019122812112000239",
"posGrade": "职级",
"posId": "2019101121005200007",
"total": "0",
"modifyTime": null,
"orgAttr": null,
"pages": "0",
"empName": "新增测试",
"dutyId": "2019101119443200022",
"id": "2020010916183800022",
"salOrgId": null,
"class": "class com.cmos.hcmc.beans.salary.SalArchiveDO",
"paOrgId": null,
"posName": "测试4",
"salMonth": "202001",
"orgName": "在线公司/河南分公司",
"list": null,
"pageNum": "0",
"searchOrgId": null,
"secOrgId": "2019120410374000217",
"size": "0",
"createTime": "2020-01-09 16:18:38",
"empCode": null,
"prvdProgId": "2019122812112000240",
"posRank": "职等"
},
{
"empId": "2019101619523000003",
"createUserId": "0",
"empType": null,
"idCard": "410823198912250370",
"unitStartDate": "2019-10-13",
"modifyUserId": null,
"pageSize": "0",
"authOrgIds": null,
"progId": "2019122812112000239",
"posGrade": "职级",
"posId": "2019101121005200007",
"total": "0",
"modifyTime": null,
"orgAttr": null,
"pages": "0",
"empName": "新增测试",
"dutyId": "2019101119443200022",
"id": "2020010720275300015",
"salOrgId": null,
"class": "class com.cmos.hcmc.beans.salary.SalArchiveDO",
"paOrgId": null,
"posName": "测试4",
"salMonth": "202001",
"orgName": "在线公司/河南分公司",
"list": null,
"pageNum": "0",
"searchOrgId": null,
"secOrgId": "2019120410374000217",
"size": "0",
"createTime": "2020-01-07 20:27:54",
"empCode": null,
"prvdProgId": "2019122812112000239",
"posRank": "职等"
}
],
"returnMessage": "操作成功",
"bean": {
"total": "2"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">empCode</td>
<td style="text-align: left;">string</td>
<td>员工编码</td>
</tr>
<tr>
<td style="text-align: left;">empName</td>
<td style="text-align: left;">string</td>
<td>员工姓名</td>
</tr>
<tr>
<td style="text-align: left;">orgName</td>
<td style="text-align: left;">string</td>
<td>所属组织</td>
</tr>
<tr>
<td style="text-align: left;">posName</td>
<td style="text-align: left;">string</td>
<td>职位</td>
</tr>
<tr>
<td style="text-align: left;">unitStartDate</td>
<td style="text-align: left;">string</td>
<td>入职时间</td>
</tr>
<tr>
<td style="text-align: left;"></td>
<td style="text-align: left;">int</td>
<td>离职时间</td>
</tr>
</tbody>
</table>