企业列表出来了

master
法外狂徒张三 2024-09-10 21:23:39 +08:00
parent fde8cf3ed0
commit 39fe99e68f
3 changed files with 55 additions and 54 deletions

View File

@ -6,6 +6,7 @@
<component name="ChangeListManager">
<list default="true" id="72651396-d9d2-4022-b080-e21d75d1bedb" name="更改" comment="企业列表出来了">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/SysDatawarehouseController.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/SysDatawarehouseController.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -193,55 +194,9 @@
<workItem from="1725891311546" duration="707000" />
<workItem from="1725899258178" duration="357000" />
<workItem from="1725929516396" duration="141000" />
</task>
<task id="LOCAL-00036" summary="企业列表出来了">
<created>1725553177889</created>
<option name="number" value="00036" />
<option name="presentableId" value="LOCAL-00036" />
<option name="project" value="LOCAL" />
<updated>1725553177890</updated>
</task>
<task id="LOCAL-00037" summary="企业列表出来了">
<created>1725554055695</created>
<option name="number" value="00037" />
<option name="presentableId" value="LOCAL-00037" />
<option name="project" value="LOCAL" />
<updated>1725554055695</updated>
</task>
<task id="LOCAL-00038" summary="企业列表出来了">
<created>1725585733423</created>
<option name="number" value="00038" />
<option name="presentableId" value="LOCAL-00038" />
<option name="project" value="LOCAL" />
<updated>1725585733423</updated>
</task>
<task id="LOCAL-00039" summary="企业列表出来了">
<created>1725586040988</created>
<option name="number" value="00039" />
<option name="presentableId" value="LOCAL-00039" />
<option name="project" value="LOCAL" />
<updated>1725586040988</updated>
</task>
<task id="LOCAL-00040" summary="企业列表出来了">
<created>1725586194372</created>
<option name="number" value="00040" />
<option name="presentableId" value="LOCAL-00040" />
<option name="project" value="LOCAL" />
<updated>1725586194372</updated>
</task>
<task id="LOCAL-00041" summary="企业列表出来了">
<created>1725588117779</created>
<option name="number" value="00041" />
<option name="presentableId" value="LOCAL-00041" />
<option name="project" value="LOCAL" />
<updated>1725588117779</updated>
</task>
<task id="LOCAL-00042" summary="企业列表出来了">
<created>1725588352944</created>
<option name="number" value="00042" />
<option name="presentableId" value="LOCAL-00042" />
<option name="project" value="LOCAL" />
<updated>1725588352944</updated>
<workItem from="1725929823054" duration="9851000" />
<workItem from="1725951279473" duration="7222000" />
<workItem from="1725966245623" duration="2307000" />
</task>
<task id="LOCAL-00043" summary="企业列表出来了">
<created>1725591967025</created>
@ -537,7 +492,56 @@
<option name="project" value="LOCAL" />
<updated>1725899330290</updated>
</task>
<option name="localTasksCounter" value="85" />
<task id="LOCAL-00085" summary="企业列表出来了">
<created>1725930462343</created>
<option name="number" value="00085" />
<option name="presentableId" value="LOCAL-00085" />
<option name="project" value="LOCAL" />
<updated>1725930462343</updated>
</task>
<task id="LOCAL-00086" summary="企业列表出来了">
<created>1725930554073</created>
<option name="number" value="00086" />
<option name="presentableId" value="LOCAL-00086" />
<option name="project" value="LOCAL" />
<updated>1725930554073</updated>
</task>
<task id="LOCAL-00087" summary="企业列表出来了">
<created>1725930886162</created>
<option name="number" value="00087" />
<option name="presentableId" value="LOCAL-00087" />
<option name="project" value="LOCAL" />
<updated>1725930886162</updated>
</task>
<task id="LOCAL-00088" summary="企业列表出来了">
<created>1725930996679</created>
<option name="number" value="00088" />
<option name="presentableId" value="LOCAL-00088" />
<option name="project" value="LOCAL" />
<updated>1725930996679</updated>
</task>
<task id="LOCAL-00089" summary="企业列表出来了">
<created>1725933228041</created>
<option name="number" value="00089" />
<option name="presentableId" value="LOCAL-00089" />
<option name="project" value="LOCAL" />
<updated>1725933228041</updated>
</task>
<task id="LOCAL-00090" summary="企业列表出来了">
<created>1725936102323</created>
<option name="number" value="00090" />
<option name="presentableId" value="LOCAL-00090" />
<option name="project" value="LOCAL" />
<updated>1725936102323</updated>
</task>
<task id="LOCAL-00091" summary="企业列表出来了">
<created>1725936826973</created>
<option name="number" value="00091" />
<option name="presentableId" value="LOCAL-00091" />
<option name="project" value="LOCAL" />
<updated>1725936826973</updated>
</task>
<option name="localTasksCounter" value="92" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">

View File

@ -109,9 +109,6 @@ public class MyApiController extends BaseController
public Result<Integer> edit(
@Validated @RequestBody MyApi myApi)
{
if (!myApiService.checkIdUnique(myApi)) {
return error("修改 我的api '" + myApi + "'失败我的api不存在");
}
return toAjax(myApiService.updateById(myApi));
}

View File

@ -66,7 +66,7 @@ public class SysDatawarehouseController extends BaseController
/**
*
*/
@RequiresPermissions("market:datawarehouse:query")
@RequiresPermissions("market:datawarehouse:query")
@GetMapping(value = "/query")
public Result<List<SysDatawarehouse>> getInfo()
{