|
|
|
@ -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());
|
|
|
|
|