洪城义警-正式版后台
tangzy
2022-02-22 b679213b0cd1ead0e2addf2c87e883e3d4f61c55
src/main/java/org/springblade/modules/chatrgc/controller/ChatgroupcController.java
@@ -107,7 +107,7 @@
   @PostMapping("/submit")
   @ApiOperationSupport(order = 6)
   @ApiOperation(value = "新增或修改", notes = "传入chatgroupc")
   public R submit(@Valid Chatgroupc chatgroupc) {
   public R submit(@Valid @RequestBody Chatgroupc chatgroupc) {
      return R.status(chatgroupcService.saveOrUpdate(chatgroupc));
   }