查询进行中得项目列表接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查询进行中得项目列表接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/investment/projectreport/queryProjectGoingList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST_form-data</li>
</ul>
<h5>请求参数</h5>
<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;">userId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>用户id</td>
</tr>
</tbody>
</table>
<h5>返回参数说明</h5>
<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;">code</td>
<td style="text-align: left;">int</td>
<td>接口通信标识 200 成功</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>接口通信标识说明</td>
</tr>
<tr>
<td style="text-align: left;">success</td>
<td style="text-align: left;">boolean</td>
<td>接口通信是否成功:true 成功</td>
</tr>
<tr>
<td style="text-align: left;">obj</td>
<td style="text-align: left;">object</td>
<td>结果</td>
</tr>
</tbody>
</table>
<h5>obj返回参数说明</h5>
<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;">projectName</td>
<td style="text-align: left;">string</td>
<td>项目名称</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">string</td>
<td>项目id</td>
</tr>
<tr>
<td style="text-align: left;">ifSelect</td>
<td style="text-align: left;">string</td>
<td>是否可以勾选项目</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;Success!&quot;,
&quot;code&quot;: 200,
&quot;obj&quot;: [
{
&quot;id&quot;: &quot;7324a6cdbb4647259bd7a349c175ea8f&quot;,
&quot;applyNum&quot;: null,
&quot;projectNum&quot;: null,
&quot;projectName&quot;: &quot;签订初测1209-1&quot;,
&quot;projectTypeId&quot;: null,
&quot;projectTypeName&quot;: null,
&quot;projectApprovalYear&quot;: null,
&quot;belongDeptId&quot;: null,
&quot;belongDeptName&quot;: null,
&quot;personInChargeId&quot;: null,
&quot;personInChargeName&quot;: null,
&quot;planBeginTime&quot;: null,
&quot;planEndTime&quot;: null,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeStr&quot;: null,
&quot;supervisorId&quot;: null,
&quot;supervisorName&quot;: null,
&quot;isClassifiedId&quot;: null,
&quot;isClassifiedName&quot;: null,
&quot;budgetAmount&quot;: null,
&quot;sourceOfFundsId&quot;: null,
&quot;sourceOfFundsName&quot;: null,
&quot;withinTheAnnualBudgetId&quot;: null,
&quot;withinTheAnnualBudgetName&quot;: null,
&quot;projectLabelIds&quot;: null,
&quot;projectLabelNames&quot;: null,
&quot;projectBackground&quot;: null,
&quot;mainArchitecturalContent&quot;: null,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: null,
&quot;documentPreparationDeptName&quot;: null,
&quot;documentPreparationDate&quot;: null,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: null,
&quot;projectStatus&quot;: null,
&quot;isDel&quot;: null,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: 0,
&quot;zbType&quot;: null,
&quot;zbTypeName&quot;: null,
&quot;zbChargerPersonName&quot;: null,
&quot;userId&quot;: null,
&quot;riskNum&quot;: null,
&quot;milesToneProgress&quot;: null,
&quot;children&quot;: null,
&quot;packageList&quot;: null,
&quot;ifProjectCharge&quot;: true,
&quot;ifSelect&quot;: true
},
{
&quot;id&quot;: &quot;a7b7bb7d967d4e64a4ba7639c300aca2&quot;,
&quot;applyNum&quot;: null,
&quot;projectNum&quot;: null,
&quot;projectName&quot;: &quot;挖掘机&quot;,
&quot;projectTypeId&quot;: null,
&quot;projectTypeName&quot;: null,
&quot;projectApprovalYear&quot;: null,
&quot;belongDeptId&quot;: null,
&quot;belongDeptName&quot;: null,
&quot;personInChargeId&quot;: null,
&quot;personInChargeName&quot;: null,
&quot;planBeginTime&quot;: null,
&quot;planEndTime&quot;: null,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeStr&quot;: null,
&quot;supervisorId&quot;: null,
&quot;supervisorName&quot;: null,
&quot;isClassifiedId&quot;: null,
&quot;isClassifiedName&quot;: null,
&quot;budgetAmount&quot;: null,
&quot;sourceOfFundsId&quot;: null,
&quot;sourceOfFundsName&quot;: null,
&quot;withinTheAnnualBudgetId&quot;: null,
&quot;withinTheAnnualBudgetName&quot;: null,
&quot;projectLabelIds&quot;: null,
&quot;projectLabelNames&quot;: null,
&quot;projectBackground&quot;: null,
&quot;mainArchitecturalContent&quot;: null,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: null,
&quot;documentPreparationDeptName&quot;: null,
&quot;documentPreparationDate&quot;: null,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: null,
&quot;projectStatus&quot;: null,
&quot;isDel&quot;: null,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: 1,
&quot;zbType&quot;: null,
&quot;zbTypeName&quot;: null,
&quot;zbChargerPersonName&quot;: null,
&quot;userId&quot;: null,
&quot;riskNum&quot;: null,
&quot;milesToneProgress&quot;: null,
&quot;children&quot;: null,
&quot;packageList&quot;: [
{
&quot;id&quot;: null,
&quot;applyNum&quot;: null,
&quot;projectNum&quot;: null,
&quot;projectName&quot;: null,
&quot;projectTypeId&quot;: null,
&quot;projectTypeName&quot;: null,
&quot;projectApprovalYear&quot;: null,
&quot;belongDeptId&quot;: null,
&quot;belongDeptName&quot;: null,
&quot;personInChargeId&quot;: null,
&quot;personInChargeName&quot;: null,
&quot;planBeginTime&quot;: null,
&quot;planEndTime&quot;: null,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeStr&quot;: null,
&quot;supervisorId&quot;: null,
&quot;supervisorName&quot;: null,
&quot;isClassifiedId&quot;: null,
&quot;isClassifiedName&quot;: null,
&quot;budgetAmount&quot;: null,
&quot;sourceOfFundsId&quot;: null,
&quot;sourceOfFundsName&quot;: null,
&quot;withinTheAnnualBudgetId&quot;: null,
&quot;withinTheAnnualBudgetName&quot;: null,
&quot;projectLabelIds&quot;: null,
&quot;projectLabelNames&quot;: null,
&quot;projectBackground&quot;: null,
&quot;mainArchitecturalContent&quot;: null,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: null,
&quot;documentPreparationDeptName&quot;: null,
&quot;documentPreparationDate&quot;: null,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: null,
&quot;projectStatus&quot;: null,
&quot;isDel&quot;: null,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: null,
&quot;zbType&quot;: null,
&quot;zbTypeName&quot;: null,
&quot;zbChargerPersonName&quot;: null,
&quot;userId&quot;: null,
&quot;riskNum&quot;: null,
&quot;milesToneProgress&quot;: null,
&quot;children&quot;: null,
&quot;packageId&quot;: &quot;4cf5f10a19c9465684614238e62a34dc&quot;,
&quot;packageName&quot;: &quot;第1包&quot;,
&quot;packageStatus&quot;: null
},
{
&quot;id&quot;: null,
&quot;applyNum&quot;: null,
&quot;projectNum&quot;: null,
&quot;projectName&quot;: null,
&quot;projectTypeId&quot;: null,
&quot;projectTypeName&quot;: null,
&quot;projectApprovalYear&quot;: null,
&quot;belongDeptId&quot;: null,
&quot;belongDeptName&quot;: null,
&quot;personInChargeId&quot;: null,
&quot;personInChargeName&quot;: null,
&quot;planBeginTime&quot;: null,
&quot;planEndTime&quot;: null,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeStr&quot;: null,
&quot;supervisorId&quot;: null,
&quot;supervisorName&quot;: null,
&quot;isClassifiedId&quot;: null,
&quot;isClassifiedName&quot;: null,
&quot;budgetAmount&quot;: null,
&quot;sourceOfFundsId&quot;: null,
&quot;sourceOfFundsName&quot;: null,
&quot;withinTheAnnualBudgetId&quot;: null,
&quot;withinTheAnnualBudgetName&quot;: null,
&quot;projectLabelIds&quot;: null,
&quot;projectLabelNames&quot;: null,
&quot;projectBackground&quot;: null,
&quot;mainArchitecturalContent&quot;: null,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: null,
&quot;documentPreparationDeptName&quot;: null,
&quot;documentPreparationDate&quot;: null,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: null,
&quot;projectStatus&quot;: null,
&quot;isDel&quot;: null,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: null,
&quot;zbType&quot;: null,
&quot;zbTypeName&quot;: null,
&quot;zbChargerPersonName&quot;: null,
&quot;userId&quot;: null,
&quot;riskNum&quot;: null,
&quot;milesToneProgress&quot;: null,
&quot;children&quot;: null,
&quot;packageId&quot;: &quot;94f247c0706a45558d150c0cd87a854e&quot;,
&quot;packageName&quot;: &quot;第二个包&quot;,
&quot;packageStatus&quot;: null
}
],
&quot;ifProjectCharge&quot;: true,
&quot;ifSelect&quot;: false
},
{
&quot;id&quot;: &quot;b37a54b8402c424b89fccb207410a1b7&quot;,
&quot;projectName&quot;: &quot;清风&quot;,
&quot;projectTypeId&quot;: null,
&quot;projectTypeName&quot;: null,
&quot;projectApprovalYear&quot;: null,
&quot;belongDeptId&quot;: null,
&quot;belongDeptName&quot;: null,
&quot;personInChargeId&quot;: null,
&quot;personInChargeName&quot;: null,
&quot;planBeginTime&quot;: null,
&quot;planEndTime&quot;: null,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeStr&quot;: null,
&quot;supervisorId&quot;: null,
&quot;supervisorName&quot;: null,
&quot;isClassifiedId&quot;: null,
&quot;isClassifiedName&quot;: null,
&quot;budgetAmount&quot;: null,
&quot;sourceOfFundsId&quot;: null,
&quot;sourceOfFundsName&quot;: null,
&quot;withinTheAnnualBudgetId&quot;: null,
&quot;withinTheAnnualBudgetName&quot;: null,
&quot;projectLabelIds&quot;: null,
&quot;projectLabelNames&quot;: null,
&quot;projectBackground&quot;: null,
&quot;mainArchitecturalContent&quot;: null,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: null,
&quot;documentPreparationDeptName&quot;: null,
&quot;documentPreparationDate&quot;: null,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: null,
&quot;projectStatus&quot;: null,
&quot;isDel&quot;: null,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: 1,
&quot;zbType&quot;: null,
&quot;zbTypeName&quot;: null,
&quot;zbChargerPersonName&quot;: null,
&quot;userId&quot;: null,
&quot;riskNum&quot;: null,
&quot;milesToneProgress&quot;: null,
&quot;children&quot;: null,
&quot;packageList&quot;: [
{
&quot;id&quot;: null,
&quot;applyNum&quot;: null,
&quot;projectNum&quot;: null,
&quot;projectName&quot;: null,
&quot;projectTypeId&quot;: null,
&quot;projectTypeName&quot;: null,
&quot;projectApprovalYear&quot;: null,
&quot;belongDeptId&quot;: null,
&quot;belongDeptName&quot;: null,
&quot;personInChargeId&quot;: null,
&quot;personInChargeName&quot;: null,
&quot;planBeginTime&quot;: null,
&quot;planEndTime&quot;: null,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeStr&quot;: null,
&quot;supervisorId&quot;: null,
&quot;supervisorName&quot;: null,
&quot;isClassifiedId&quot;: null,
&quot;isClassifiedName&quot;: null,
&quot;budgetAmount&quot;: null,
&quot;sourceOfFundsId&quot;: null,
&quot;sourceOfFundsName&quot;: null,
&quot;withinTheAnnualBudgetId&quot;: null,
&quot;withinTheAnnualBudgetName&quot;: null,
&quot;projectLabelIds&quot;: null,
&quot;projectLabelNames&quot;: null,
&quot;projectBackground&quot;: null,
&quot;mainArchitecturalContent&quot;: null,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: null,
&quot;documentPreparationDeptName&quot;: null,
&quot;documentPreparationDate&quot;: null,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: null,
&quot;projectStatus&quot;: null,
&quot;isDel&quot;: null,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: null,
&quot;zbType&quot;: null,
&quot;zbTypeName&quot;: null,
&quot;zbChargerPersonName&quot;: null,
&quot;userId&quot;: null,
&quot;riskNum&quot;: null,
&quot;milesToneProgress&quot;: null,
&quot;children&quot;: null,
&quot;packageId&quot;: &quot;980c9cce0b264c54bb8c31e1b4fba41e&quot;,
&quot;packageName&quot;: &quot;第二包&quot;,
&quot;packageStatus&quot;: null
},
{
&quot;id&quot;: null,
&quot;applyNum&quot;: null,
&quot;projectNum&quot;: null,
&quot;projectName&quot;: null,
&quot;projectTypeId&quot;: null,
&quot;projectTypeName&quot;: null,
&quot;projectApprovalYear&quot;: null,
&quot;belongDeptId&quot;: null,
&quot;belongDeptName&quot;: null,
&quot;personInChargeId&quot;: null,
&quot;personInChargeName&quot;: null,
&quot;planBeginTime&quot;: null,
&quot;planEndTime&quot;: null,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeStr&quot;: null,
&quot;supervisorId&quot;: null,
&quot;supervisorName&quot;: null,
&quot;isClassifiedId&quot;: null,
&quot;isClassifiedName&quot;: null,
&quot;budgetAmount&quot;: null,
&quot;sourceOfFundsId&quot;: null,
&quot;sourceOfFundsName&quot;: null,
&quot;withinTheAnnualBudgetId&quot;: null,
&quot;withinTheAnnualBudgetName&quot;: null,
&quot;projectLabelIds&quot;: null,
&quot;projectLabelNames&quot;: null,
&quot;projectBackground&quot;: null,
&quot;mainArchitecturalContent&quot;: null,
&quot;fileIds&quot;: null,
&quot;documentPreparationUserName&quot;: null,
&quot;documentPreparationDeptName&quot;: null,
&quot;documentPreparationDate&quot;: null,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null,
&quot;flowKey&quot;: null,
&quot;createUserDeptId&quot;: null,
&quot;instanceId&quot;: null,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: null,
&quot;projectStatusName&quot;: null,
&quot;flowId&quot;: null,
&quot;documentPreparationUserId&quot;: null,
&quot;projectStatus&quot;: null,
&quot;isDel&quot;: null,
&quot;text&quot;: null,
&quot;files&quot;: null,
&quot;isPackage&quot;: null,
&quot;zbType&quot;: null,
&quot;zbTypeName&quot;: null,
&quot;zbChargerPersonName&quot;: null,
&quot;userId&quot;: null,
&quot;riskNum&quot;: null,
&quot;milesToneProgress&quot;: null,
&quot;children&quot;: null,
&quot;packageId&quot;: &quot;d052bcf590e5429c8ca6cc4cd571a60a&quot;,
&quot;packageName&quot;: &quot;第1包&quot;,
&quot;packageStatus&quot;: null
}
],
&quot;ifProjectCharge&quot;: true,
&quot;ifSelect&quot;: false
}
],
&quot;success&quot;: true
}</code></pre>
<h5>备注</h5>
<p>-</p>