企业列表出来了
parent
7585c4d59b
commit
739f806529
|
@ -5,7 +5,9 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="72651396-d9d2-4022-b080-e21d75d1bedb" name="更改" comment="企业列表出来了">
|
||||
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/AliPayController.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/AliPayController.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/logs/cloud-system/error.2024-09-04.log" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/logs/cloud-system/info.2024-09-04.log" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/logs/cloud-system/error.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/cloud-system/error.log" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/logs/cloud-system/info.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/cloud-system/info.log" afterDir="false" />
|
||||
</list>
|
||||
|
@ -186,13 +188,7 @@
|
|||
<workItem from="1725621072988" duration="7858000" />
|
||||
<workItem from="1725671427915" duration="175000" />
|
||||
<workItem from="1725706338514" duration="6144000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="初始化">
|
||||
<created>1724047244829</created>
|
||||
<option name="number" value="00001" />
|
||||
<option name="presentableId" value="LOCAL-00001" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724047244829</updated>
|
||||
<workItem from="1725757403389" duration="1553000" />
|
||||
</task>
|
||||
<task id="LOCAL-00002" summary="初始化">
|
||||
<created>1724048196739</created>
|
||||
|
@ -530,7 +526,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1725711863337</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="50" />
|
||||
<task id="LOCAL-00050" summary="企业列表出来了">
|
||||
<created>1725758293291</created>
|
||||
<option name="number" value="00050" />
|
||||
<option name="presentableId" value="LOCAL-00050" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1725758293291</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="51" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
|
@ -125,6 +125,8 @@ public class MyApiController extends BaseController
|
|||
@PostMapping("/addOrUpd")
|
||||
public Result<Integer> addOrUpd(@Validated @RequestBody MyApi myApi)
|
||||
{
|
||||
Long userId = SecurityUtils.getUserId();
|
||||
myApi.setUserId(userId);
|
||||
if (myApiService.checkIdUnique(myApi)) {
|
||||
return toAjax(myApiService.updateById(myApi));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue