端口修改 swagger修改

bbt
zef 8 months ago
parent 798243fde4
commit 55a8ce63e5

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

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

Loading…
Cancel
Save