端口修改 swagger修改

bbt
zef 8 months ago
parent 798243fde4
commit 55a8ce63e5

@ -18,7 +18,7 @@ ruoyi:
# 开发环境配置 # 开发环境配置
server: server:
# 服务器的HTTP端口默认为8080 # 服务器的HTTP端口默认为8080
port: 8080 port: 8799
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /

@ -224,6 +224,7 @@ public class TbCompanyInformationReportingController extends BaseController {
@PutMapping("/changeState") @PutMapping("/changeState")
@ApiOperation("上报提交") @ApiOperation("上报提交")
@ApiOperationSupport(author = "张二富", order = 20) @ApiOperationSupport(author = "张二富", order = 20)
@ApiImplicitParam(name = "id", value = "企业信息上报id 列表返回的id", required = true)
public AjaxResult changeState(@RequestBody TbCompanyInformationReporting tbCompanyInformationReporting){ public AjaxResult changeState(@RequestBody TbCompanyInformationReporting tbCompanyInformationReporting){
UpdateWrapper<TbCompanyInformationReporting> updateWrapper = new UpdateWrapper<>(); UpdateWrapper<TbCompanyInformationReporting> updateWrapper = new UpdateWrapper<>();
updateWrapper.eq(StringUtils.camelToUnderline(TbCompanyInformationReporting.Fields.id),tbCompanyInformationReporting.getId()); updateWrapper.eq(StringUtils.camelToUnderline(TbCompanyInformationReporting.Fields.id),tbCompanyInformationReporting.getId());

Loading…
Cancel
Save