立项中列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>立项中列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/investment/project/getMyProjectAll</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </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;">projectTypeId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>项目类型id</td>
</tr>
<tr>
<td style="text-align: left;">projectApprovalYear</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>项目立项年</td>
</tr>
<tr>
<td style="text-align: left;">text</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>三合一</td>
</tr>
<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>
<pre><code>{
&quot;msg&quot;: &quot;Success!&quot;,
&quot;code&quot;: 200,
&quot;obj&quot;: {
&quot;records&quot;: [
{
&quot;id&quot;: &quot;e1a89e64c0cd493489eca622545fcf01&quot;,
&quot;applyNum&quot;: null,
&quot;projectNum&quot;: null,
&quot;projectName&quot;: &quot;测试000000&quot;,
&quot;projectTypeId&quot;: null,
&quot;projectTypeName&quot;: &quot;类型1&quot;,
&quot;projectApprovalYear&quot;: &quot;2024&quot;,
&quot;belongDeptId&quot;: null,
&quot;belongDeptName&quot;: &quot;儿科&quot;,
&quot;personInChargeId&quot;: null,
&quot;personInChargeName&quot;: &quot;admin&quot;,
&quot;planBeginTime&quot;: &quot;2024-11-25&quot;,
&quot;planEndTime&quot;: &quot;2024-11-30&quot;,
&quot;planBeginTimeStr&quot;: null,
&quot;planEndTimeStr&quot;: null,
&quot;supervisorId&quot;: null,
&quot;supervisorName&quot;: &quot;新闻管理员&quot;,
&quot;isClassifiedId&quot;: null,
&quot;isClassifiedName&quot;: null,
&quot;budgetAmount&quot;: 888888.000,
&quot;sourceOfFundsId&quot;: null,
&quot;sourceOfFundsName&quot;: null,
&quot;withinTheAnnualBudgetId&quot;: null,
&quot;withinTheAnnualBudgetName&quot;: &quot;否&quot;,
&quot;projectLabelIds&quot;: &quot;01,02&quot;,
&quot;projectLabelNames&quot;: &quot;销赃,贿赂&quot;,
&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;: &quot;1bb8b801-abdc-11ef-86f4-00ff622b006c&quot;,
&quot;instanceStatus&quot;: null,
&quot;instanceStatusName&quot;: &quot;已通过&quot;,
&quot;projectStatusName&quot;: &quot;进行中&quot;,
&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;total&quot;: 1,
&quot;size&quot;: 10,
&quot;current&quot;: 1,
&quot;orders&quot;: [],
&quot;optimizeCountSql&quot;: true,
&quot;hitCount&quot;: false,
&quot;countId&quot;: null,
&quot;maxLimit&quot;: null,
&quot;searchCount&quot;: true,
&quot;pages&quot;: 1
},
&quot;success&quot;: true
}</code></pre>
<h5>返回参数说明</h5>
<p>请到项目立项查看 等同于立项列表。 查看也在项目立项文件夹中</p>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>