查询量酬指标列表
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询量酬指标列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/qtfySalCalculate/selectSalProjList</code></li>
</ul>
<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;">progId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Long</td>
<td>量酬项目id</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code> {
"progId": 2020010316045700028
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"timeStamp": "1578302785580",
"returnCode": "0",
"beans": [
{
"name": "编号",
"id": "empCode"
},
{
"name": "姓名",
"id": "name"
},
{
"name": "所属序列",
"id": "salOrgName"
},
{
"name": "职位",
"id": "dutyName"
},
{
"note": "asd",
"createUserId": "1",
"code": "XC1908290002",
"curCalcType": "2",
"dataLength": "2",
"dataType": "2",
"incOrDec": "1",
"modifyUserId": "1",
"pageSize": "0",
"recStatus": "1",
"pageNum": "0",
"total": "0",
"modifyTime": "Tue Dec 31 16:15:54 CST 2019",
"pages": "0",
"isForbidden": "0",
"size": "0",
"createTime": "Tue Dec 31 16:15:54 CST 2019",
"name": "test12",
"decimalDigits": "2",
"id": "2019123116155400003",
"isReset": "1",
"salOrgId": "2019120410374000244"
},
{
"note": "sa",
"createUserId": "1",
"code": "XC1908300001",
"curCalcType": "1",
"dataLength": "2",
"dataType": "1",
"incOrDec": "1",
"modifyUserId": "1",
"pageSize": "0",
"recStatus": "1",
"pageNum": "0",
"total": "0",
"modifyTime": "Tue Dec 31 15:53:27 CST 2019",
"pages": "0",
"isForbidden": "0",
"size": "0",
"createTime": "Tue Dec 31 14:58:10 CST 2019",
"name": "djks2",
"decimalDigits": "2",
"id": "2019123114580900001",
"isReset": "1",
"salOrgId": "2019120410374000244"
},
{
"note": "ss",
"createUserId": "1",
"code": "XC1908290001",
"curCalcType": "1",
"dataLength": "2",
"dataType": "2",
"incOrDec": "1",
"modifyUserId": "1",
"pageSize": "0",
"recStatus": "1",
"pageNum": "0",
"total": "0",
"modifyTime": "Tue Dec 31 16:02:35 CST 2019",
"pages": "0",
"isForbidden": "0",
"size": "0",
"createTime": "Tue Dec 31 16:02:35 CST 2019",
"name": "test2",
"decimalDigits": "2",
"id": "2019123116023500002",
"isReset": "1",
"salOrgId": "2019120410374000244"
},
{
"total": "0",
"code": "calcuateState",
"pages": "0",
"size": "0",
"name": "状态",
"pageSize": "0",
"pageNum": "0"
}
],
"returnMessage": "操作成功",
"bean": {}
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!</p>