审计系统


分页获取计划列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>分页获取计划列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/audit/plan/planPage</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;">planYear</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>计划年度</td> </tr> <tr> <td style="text-align: left;">planName</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>计划名称(支持迷糊搜索)</td> </tr> <tr> <td style="text-align: left;">isDraft</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>查草稿传0,查非草稿传1</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>草稿传0,审批中传1,已驳回传2,已通过传3</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;msg&amp;quot;: &amp;quot;Success!&amp;quot;,     &amp;quot;code&amp;quot;: 200,     &amp;quot;obj&amp;quot;: {         &amp;quot;records&amp;quot;: [             {                 &amp;quot;id&amp;quot;: &amp;quot;4f126d09069644f68e82ef55c880f5c7&amp;quot;,                 &amp;quot;planName&amp;quot;: &amp;quot;计划名称&amp;quot;,                 &amp;quot;planYear&amp;quot;: &amp;quot;2025&amp;quot;,                 &amp;quot;execDeptId&amp;quot;: 1234,                 &amp;quot;execDeptName&amp;quot;: &amp;quot;审计部&amp;quot;,                 &amp;quot;targetDeptId&amp;quot;: 2230,                 &amp;quot;targetDeptName&amp;quot;: &amp;quot;被审计部门&amp;quot;,                 &amp;quot;createTime&amp;quot;: &amp;quot;2024-12-16 10:13:29&amp;quot;,                 &amp;quot;createUserId&amp;quot;: 4741,                 &amp;quot;createUserName&amp;quot;: &amp;quot;admin&amp;quot;,                 &amp;quot;createDeptId&amp;quot;: 35011,                 &amp;quot;createDeptName&amp;quot;: &amp;quot;儿科&amp;quot;,                 &amp;quot;isDraft&amp;quot;: 0,                 &amp;quot;isDel&amp;quot;: 1,                 &amp;quot;applyCode&amp;quot;: null,                 &amp;quot;fileIds&amp;quot;: null,                 &amp;quot;instanceId&amp;quot;: null,                 &amp;quot;sysId&amp;quot;: null,                 &amp;quot;projectData&amp;quot;: null,                 &amp;quot;flow&amp;quot;: null             }         ],         &amp;quot;total&amp;quot;: 1,         &amp;quot;size&amp;quot;: 10,         &amp;quot;current&amp;quot;: 1,         &amp;quot;orders&amp;quot;: [],         &amp;quot;optimizeCountSql&amp;quot;: true,         &amp;quot;hitCount&amp;quot;: false,         &amp;quot;countId&amp;quot;: null,         &amp;quot;maxLimit&amp;quot;: null,         &amp;quot;searchCount&amp;quot;: true,         &amp;quot;pages&amp;quot;: 1     },     &amp;quot;success&amp;quot;: true }</code></pre> <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;">id</td> <td style="text-align: left;">string</td> <td>数据id</td> </tr> <tr> <td style="text-align: left;">planName</td> <td style="text-align: left;">string</td> <td>计划名称</td> </tr> <tr> <td style="text-align: left;">planYear</td> <td style="text-align: left;">string</td> <td>计划年度</td> </tr> <tr> <td style="text-align: left;">execDeptId</td> <td style="text-align: left;">Long</td> <td>审计部门id</td> </tr> <tr> <td style="text-align: left;">execDeptName</td> <td style="text-align: left;">string</td> <td>审计部门name</td> </tr> <tr> <td style="text-align: left;">targetDeptId</td> <td style="text-align: left;">Long</td> <td>被审计部门id</td> </tr> <tr> <td style="text-align: left;">targetDeptName</td> <td style="text-align: left;">string</td> <td>被审计部门name</td> </tr> <tr> <td style="text-align: left;">createUserId</td> <td style="text-align: left;">Long</td> <td>创建人id</td> </tr> <tr> <td style="text-align: left;">createUserName</td> <td style="text-align: left;">string</td> <td>创建人name</td> </tr> <tr> <td style="text-align: left;">createDeptId</td> <td style="text-align: left;">Long</td> <td>创建人部门id</td> </tr> <tr> <td style="text-align: left;">createDeptName</td> <td style="text-align: left;">string</td> <td>创建部门name</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML