洪城义警-正式版后台
zhongrj
2023-06-27 b17f234c9879284c5f35f80e21ef6fa219235143
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));
   }