swagger 补充

bbt
zef 8 months ago
parent 380fb7340b
commit bbccb4e6c9

@ -219,9 +219,11 @@ public class TbCompanyInformationReportingController extends BaseController {
} }
/** /**
* *
*/ */
@PutMapping("/changeState") @PutMapping("/changeState")
@ApiOperation("上报提交")
@ApiOperationSupport(author = "张二富", order = 15)
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