ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TBillServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TBillServiceImpl.java
@@ -154,6 +154,7 @@ if (presist.getPayFeesStatus().equals("3")){ throw new ServiceException("该账单已缴费完成"); } save.setBusinessDeptId(presist.getBusinessDeptId()); switch (type){ // 仅更新除金额字段外的属性 case 1: @@ -665,4 +666,10 @@ // flow.setCreateBy(SecurityUtils.getUsername()); // tFlowManagementService.save(flow); } @Override public List<ScreenRentRankVO> getStreetRentRank() { return null; } }