swagger 补充

bbt
zef 8 months ago
parent bbccb4e6c9
commit 798243fde4

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