Pu Zhibing
2025-04-11 025c0a2b067bad8c5dcfb65d7d93ef51f33a11e6
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,6 @@
//        flow.setCreateBy(SecurityUtils.getUsername());
//        tFlowManagementService.save(flow);
    }
}