获取本级党组织
<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/8/20</li>
</ul>
<p><strong>简要描述:</strong></p>
<ul>
<li>获取本级党组织</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://{}/party/partyOrganization/getOrg/{id}</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>id</td>
<td>string</td>
<td>No comments found.</td>
<td>true</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong></p>
<pre><code>http://{
}/party/partyOrganization/getOrg/184</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>└─updatedBy</td>
<td>string</td>
<td>鏇存柊鏁版嵁鐨勪汉</td>
<td>-</td>
</tr>
<tr>
<td>└─createdBy</td>
<td>string</td>
<td>鍒涘缓鏁版嵁鐨勪汉</td>
<td>-</td>
</tr>
<tr>
<td>└─updatedTime</td>
<td>int64</td>
<td>鏇存柊鏁版嵁鐨勬椂闂?(绉?)</td>
<td>-</td>
</tr>
<tr>
<td>└─createdTime</td>
<td>int64</td>
<td>鍒涘缓鏁版嵁鐨勬椂闂?(绉?)</td>
<td>-</td>
</tr>
<tr>
<td>└─deleted</td>
<td>int32</td>
<td>鍒犻櫎鏁版嵁鐨勬爣蹇?: 1 琛ㄧず宸茬粡鍒犻櫎锛?0 鏈垹闄?</td>
<td>-</td>
</tr>
<tr>
<td>└─id</td>
<td>string</td>
<td>主键</td>
<td>-</td>
</tr>
<tr>
<td>└─unitId</td>
<td>int64</td>
<td>单位id</td>
<td>-</td>
</tr>
<tr>
<td>└─name</td>
<td>string</td>
<td>党组织名称</td>
<td>-</td>
</tr>
<tr>
<td>└─shortName</td>
<td>string</td>
<td>党组织简称</td>
<td>-</td>
</tr>
<tr>
<td>└─type</td>
<td>int32</td>
<td>党组织类型(611党委,621党总支,631党支部,699党小组)</td>
<td>-</td>
</tr>
<tr>
<td>└─parentId</td>
<td>string</td>
<td>父组织id</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;code&quot;:0,
&quot;msg&quot;:处理成功,
&quot;content&quot;:{
&quot;updatedBy&quot;:&quot;pcnqa7&quot;,
&quot;createdBy&quot;:&quot;bt04tz&quot;,
&quot;updatedTime&quot;:1733989487473,
&quot;createdTime&quot;:1733989487473,
&quot;deleted&quot;:152,
&quot;id&quot;:&quot;184&quot;,
&quot;unitId&quot;:206,
&quot;name&quot;:&quot;烨华.赖&quot;,
&quot;shortName&quot;:&quot;烨华.赖&quot;,
&quot;type&quot;:486,
&quot;parentId&quot;:&quot;184&quot;
}
}</code></pre>
<p><strong>备注</strong></p>
<ul>
<li>暂无错误代码描述信息</li>
</ul>