洪城义警-正式版后台
zhongrj
2022-12-06 bd2d5cd6e072825433ce6126f08e4b0991fe9c0d
src/main/java/org/springblade/modules/useroption/controller/UseroptionController.java
@@ -133,6 +133,12 @@
   }
   /**
    * 用户投票新增
    *
    * @param useroption
    * @return
    */
   @PostMapping("/sav")
   public R sav(@Valid @RequestBody Useroption useroption) {
      Integer voteid = useroption.getVoteid();