Browse Source

优化代码

java110 5 years ago
parent
commit
b7fda451b6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service-fee/src/main/java/com/java110/fee/api/FeeApi.java

+ 0 - 1
service-fee/src/main/java/com/java110/fee/api/FeeApi.java

@@ -191,7 +191,6 @@ public class FeeApi extends BaseController {
     @RequestMapping(value = "/listAllRoomOweFees", method = RequestMethod.GET)
     public ResponseEntity<String> listAllRoomOweFees(
             @RequestParam(value = "roomId",required = false) String roomId,
-            @RequestParam(value = "payObjType") String payObjType,
             @RequestParam(value = "communityId") String communityId) {
         FeeDto feeDto = new FeeDto();
         feeDto.setPayerObjId(roomId);