企业列表出来了

master
法外狂徒张三 2024-09-06 19:13:09 +08:00
parent 2e7093eb36
commit f277a1a343
2 changed files with 11 additions and 2 deletions

View File

@ -179,7 +179,7 @@
<workItem from="1725538502773" duration="4219000" />
<workItem from="1725553138436" duration="1569000" />
<workItem from="1725584707555" duration="7589000" />
<workItem from="1725605672086" duration="662000" />
<workItem from="1725605672086" duration="3347000" />
</task>
<task id="LOCAL-00001" summary="初始化">
<created>1724047244829</created>
@ -482,7 +482,14 @@
<option name="project" value="LOCAL" />
<updated>1725591967025</updated>
</task>
<option name="localTasksCounter" value="44" />
<task id="LOCAL-00044" summary="企业列表出来了">
<created>1725610965944</created>
<option name="number" value="00044" />
<option name="presentableId" value="LOCAL-00044" />
<option name="project" value="LOCAL" />
<updated>1725610965944</updated>
</task>
<option name="localTasksCounter" value="45" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">

View File

@ -42,6 +42,8 @@ public class MyApiController extends BaseController
@GetMapping("/list")
public Result<TableDataInfo<MyApi>> list(MyApi myApi)
{
Long userId = SecurityUtils.getUserId();
myApi.setUserId(userId);
startPage();
List<MyApi> list = myApiService.selectMyApiList(myApi);
return getDataTable(list);