소스 검색

修复无法单个发放

dos 2 주 전
부모
커밋
8b0620af89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      game-business/src/main/java/com/game/business/controller/AppUserCountDividendController.java

+ 1 - 1
game-business/src/main/java/com/game/business/controller/AppUserCountDividendController.java

@@ -94,7 +94,7 @@ public class AppUserCountDividendController extends BaseController
     @ApiOperation(value = "发放分红", notes = "发放分红")
 //    @Transactional
     @RepeatSubmit(message = "频繁操作")
-    public HttpRet<Boolean> send(AppUserDividendSendDto dto) throws Exception
+    public HttpRet<Boolean> send(@RequestBody AppUserDividendSendDto dto) throws Exception
     {
         try {
             logger.info("分红发放{}", JSONObject.toJSONString(dto));