service-fee/src/main/java/com/java110/fee/api/FeeApi.java
@@ -191,7 +191,6 @@ @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);