17获取上级党委审批
<p>欢迎使用July-Doc!</p>
<p><strong>控制器描述:</strong></p>
<ul>
<li>党员信息表 前端控制器</li>
</ul>
<p><strong>作者:</strong></p>
<ul>
<li>zengxueqi</li>
</ul>
<p><strong>创建时间:</strong></p>
<ul>
<li>2024/9/3</li>
</ul>
<p><strong>简要描述:</strong></p>
<ul>
<li>17获取上级党委审批</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://{}/member/prePartyMember/get17/{partyMemberId}/{stepNo}</code></p>
<p><strong>请求方式:</strong>
<code>GET</code></p>
<p><strong>Content-Type:</strong>
<code>application/x-www-form-urlencoded;charset=utf-8</code></p>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>必填项</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>partyMemberId</td>
<td>int64</td>
<td>No comments found.</td>
<td>true</td>
<td>-</td>
</tr>
<tr>
<td>stepNo</td>
<td>int32</td>
<td>No comments found.</td>
<td>true</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong></p>
<pre><code>http://{
}/member/prePartyMember/get17/510/640</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>描述</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>int32</td>
<td>涓氬姟閿欒鐮?<br>-- GETTER --<br> 鑾峰彇缁撴灉缂栫爜</td>
<td>-</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>鎻忚堪<br>-- GETTER --<br> 鑾峰彇娑堟伅鎻愮ず</td>
<td>-</td>
</tr>
<tr>
<td>content</td>
<td>object</td>
<td>缁撴灉闆?<br>-- GETTER --<br> 鑾峰彇涓氬姟鏁版嵁</td>
<td>-</td>
</tr>
<tr>
<td>└─id</td>
<td>int64</td>
<td>发展党员id</td>
<td>-</td>
</tr>
<tr>
<td>└─developStage</td>
<td>string</td>
<td>发展阶段</td>
<td>-</td>
</tr>
<tr>
<td>└─developStep</td>
<td>int32</td>
<td>发展步骤</td>
<td>-</td>
</tr>
<tr>
<td>└─developBranchId</td>
<td>string</td>
<td>发展党支部id</td>
<td>-</td>
</tr>
<tr>
<td>└─boolPass</td>
<td>int32</td>
<td>上级党委是否通过(审查(是否通过:1党委通过,-1党委未通过))</td>
<td>-</td>
</tr>
<tr>
<td>└─generalBranchOpinion</td>
<td>object</td>
<td>上级党委审批</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─id</td>
<td>int64</td>
<td>主键</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─boolPass</td>
<td>string</td>
<td>审查(是否通过:1党总支通过,-1党总支未通过)</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─boolPassLabel</td>
<td>string</td>
<td>审查翻译值(是否通过:1党总支通过,-1党总支未通过)</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─meetType</td>
<td>string</td>
<td>会议类型</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─meetTypeLabel</td>
<td>string</td>
<td>会议类型翻译值</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─meetName</td>
<td>string</td>
<td>会议名称</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─meetTime</td>
<td>int64</td>
<td>会议时间</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─topicName</td>
<td>string</td>
<td>议题名称</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─approvalTime</td>
<td>int64</td>
<td>批复时间</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─opinion</td>
<td>string</td>
<td>审批意见</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─approvalFile</td>
<td>array</td>
<td>批复文件</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─fileId</td>
<td>int64</td>
<td>文件id</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─fileName</td>
<td>string</td>
<td>文件名称</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─uploadTime</td>
<td>int64</td>
<td>上传时间</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─preliminaryReviewOpinion</td>
<td>array</td>
<td>预审意见</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─fileId</td>
<td>int64</td>
<td>文件id</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─fileName</td>
<td>string</td>
<td>文件名称</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─uploadTime</td>
<td>int64</td>
<td>上传时间</td>
<td>-</td>
</tr>
<tr>
<td>└─approveOpinionForm</td>
<td>array</td>
<td>审批意见</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─fileId</td>
<td>int64</td>
<td>文件id</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─fileName</td>
<td>string</td>
<td>文件名称</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─uploadTime</td>
<td>int64</td>
<td>上传时间</td>
<td>-</td>
</tr>
<tr>
<td>└─filingReportForm</td>
<td>array</td>
<td>备案报告</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─fileId</td>
<td>int64</td>
<td>文件id</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─fileName</td>
<td>string</td>
<td>文件名称</td>
<td>-</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;└─uploadTime</td>
<td>int64</td>
<td>上传时间</td>
<td>-</td>
</tr>
<tr>
<td>└─filingStep</td>
<td>int32</td>
<td>审核步骤</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;code&quot;:0,
&quot;msg&quot;:处理成功,
&quot;content&quot;:{
&quot;id&quot;:67,
&quot;developStage&quot;:&quot;3rmwm3&quot;,
&quot;developStep&quot;:200,
&quot;developBranchId&quot;:&quot;97&quot;,
&quot;boolPass&quot;:348,
&quot;generalBranchOpinion&quot;:{
&quot;id&quot;:154,
&quot;boolPass&quot;:&quot;j8n7oz&quot;,
&quot;boolPassLabel&quot;:&quot;cohf47&quot;,
&quot;meetType&quot;:&quot;locqot&quot;,
&quot;meetTypeLabel&quot;:&quot;z5d7t3&quot;,
&quot;meetName&quot;:&quot;子骞.崔&quot;,
&quot;meetTime&quot;:1733989373937,
&quot;topicName&quot;:&quot;子骞.崔&quot;,
&quot;approvalTime&quot;:1733989373937,
&quot;opinion&quot;:&quot;kl6aw4&quot;,
&quot;approvalFile&quot;:[
{
&quot;fileId&quot;:841,
&quot;fileName&quot;:&quot;子骞.崔&quot;,
&quot;uploadTime&quot;:1733989373937
}
],
&quot;preliminaryReviewOpinion&quot;:[
{
&quot;fileId&quot;:819,
&quot;fileName&quot;:&quot;子骞.崔&quot;,
&quot;uploadTime&quot;:1733989373937
}
]
},
&quot;approveOpinionForm&quot;:[
{
&quot;fileId&quot;:300,
&quot;fileName&quot;:&quot;子骞.崔&quot;,
&quot;uploadTime&quot;:1733989373937
}
],
&quot;filingReportForm&quot;:[
{
&quot;fileId&quot;:329,
&quot;fileName&quot;:&quot;子骞.崔&quot;,
&quot;uploadTime&quot;:1733989373937
}
],
&quot;filingStep&quot;:870
}
}</code></pre>
<p><strong>备注</strong></p>
<ul>
<li>暂无错误代码描述信息</li>
</ul>