企业列表出来了

master
法外狂徒张三 2024-09-08 11:54:29 +08:00
parent 89a6836a82
commit e9e01b7de8
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ public class MyApiController extends BaseController
if(myApi1.getMyStates().equals("N")){ if(myApi1.getMyStates().equals("N")){
myApi.setMyStates("Y"); myApi.setMyStates("Y");
} }
myApi.setMyId(myApi1.getMyId());
return toAjax(myApiService.updateById(myApi)); return toAjax(myApiService.updateById(myApi));
} }