yupeng
2025-04-15 cd3d553f88fb74f1b15eca9fd50b4318956fb01d
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TBillServiceImpl.java
@@ -154,6 +154,7 @@
                if (presist.getPayFeesStatus().equals("3")){
                    throw new ServiceException("该账单已缴费完成");
                }
                switch (type){
                    // 仅更新除金额字段外的属性
                    case 1:
@@ -210,6 +211,7 @@
                    break;
                }
                save.setBusinessDeptId(presist.getBusinessDeptId());
                updateById(save);
                return save;
            }finally {
@@ -417,6 +419,7 @@
        }
    }
    /**
     * 根据发票编号查询账单列表
@@ -665,4 +668,10 @@
//        flow.setCreateBy(SecurityUtils.getUsername());
//        tFlowManagementService.save(flow);
    }
    @Override
    public List<ScreenRentRankVO> getStreetRentRank() {
        return null;
    }
}