소스 검색

收益概览

tanbin 1 년 전
부모
커밋
56a0a3aa29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      device-api-service/src/main/java/com/xy/service/MercFeeCountMonthServiceImpl.java

+ 1 - 1
device-api-service/src/main/java/com/xy/service/MercFeeCountMonthServiceImpl.java

@@ -77,7 +77,7 @@ public class MercFeeCountMonthServiceImpl extends ServiceImpl<MercFeeCountMonthM
      * @param page
      * @return
      */
-    public R<PageBean<MercFeeCountMonthDto.Vo>> page(@RequestBody MercFeeCountMonthDto.Page page) {
+    public R<PageBean<MercFeeCountMonthDto.Vo>> page(MercFeeCountMonthDto.Page page) {
 
         PageBean pageBean = page.getPage();
         LocalDateTime beginTime = page.getBeginTime();