-
- 新增按月生成成本记录的功能,支持自动生成和更新合同的月度成本。 - 添加获取合同成本列表和按月统计的接口,便于查询和管理合同相关的财务数据。 - 优化合同更新逻辑,确保在修改合同信息时同步更新相关的成本记录。 - 增强错误处理,确保在获取和更新数据时提供清晰的错误信息。
-
- 新增大项目部老师工资计算功能(LqMajorProjectTeacherSalaryService) - 新增事业部总经理/经理工资计算功能(LqBusinessUnitManagerSalaryService) - 修复健康师额外数据导入功能,支持列数不足的情况 - 新增OSS URL迁移功能,支持将旧OSS地址替换为新OSS地址 - 优化库存使用申请列表查询,添加审批状态和是否已领取字段 - 优化文件上传服务,统一返回OSS路径
-
- Updated VUE_APP_BASE_API in the development environment to point to localhost for local testing. - Added a new endpoint to export approved reimbursement details for the current month, including associated purchase records. - Enhanced SQL queries for better performance and clarity in the reimbursement statistics service. - Improved documentation and comments for better understanding of the code logic.