|
|
|
@ -223,7 +223,7 @@ public class TbCompanyInformationReportingController extends BaseController {
|
|
|
|
|
*/
|
|
|
|
|
@PutMapping("/changeState")
|
|
|
|
|
@ApiOperation("上报提交")
|
|
|
|
|
@ApiOperationSupport(author = "张二富", order = 15)
|
|
|
|
|
@ApiOperationSupport(author = "张二富", order = 20)
|
|
|
|
|
public AjaxResult changeState(@RequestBody TbCompanyInformationReporting tbCompanyInformationReporting){
|
|
|
|
|
UpdateWrapper<TbCompanyInformationReporting> updateWrapper = new UpdateWrapper<>();
|
|
|
|
|
updateWrapper.eq(StringUtils.camelToUnderline(TbCompanyInformationReporting.Fields.id),tbCompanyInformationReporting.getId());
|
|
|
|
|