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