java110
2021-01-16 6a1a938712b321dc8c00d61dfcfa765b28fbb6a9
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);