-
- 新增按月生成成本记录的功能,支持自动生成和更新合同的月度成本。 - 添加获取合同成本列表和按月统计的接口,便于查询和管理合同相关的财务数据。 - 优化合同更新逻辑,确保在修改合同信息时同步更新相关的成本记录。 - 增强错误处理,确保在获取和更新数据时提供清晰的错误信息。
-
- 添加AddUserToJsj接口,支持将用户添加到金三角 - 实现完整的业务规则验证: * 参数验证(金三角ID、用户ID、用户姓名) * 金三角和用户存在性验证 * 防止用户在同一个月份加入多个金三角 * 防止重复添加用户到同一金三角 * 多人战队必须有顾问的规则验证 - 自动计算排序号(如果未指定) - 支持恢复已删除或非活跃的绑定关系 - 使用事务确保数据一致性 - 整理代码库:将SQL文件移动到sql目录,清理无用文件
-
- 新增门店剩余权益统计接口(GetStoreRemainingRights) - 新增客户到店次数统计接口(GetCustomerVisitFrequency) - 新增健康师排行榜接口(GetHealthCoachBillingRanking等) - 新增门店项目指标统计接口(GetStoreItemStatistics) - 优化GetStoreRemainingRights查询性能(分批查询、并行执行) - 修复GetItemStatistics门店筛选问题 - 修复GetTechTeacherDailyStatistics教师姓名查询 - 修改DeleteJsjUserRelation支持按ID删除并更新状态 - 新增拓客统计接口(GetTkStatistics) - 新增开单项目数、消耗项目数统计 - 新增数据库索引优化SQL和视图创建SQL
-
主要更新: 1. 优化ImportHistoryMemberRights方法效率,使用批量插入替代逐条插入,每批1000条记录 2. 在LqKhxxService中添加ImportCustomersFromCleanup方法,从清理跨店的重复表导入客户信息 3. 完善开单记录功能,增加会员类型自动判断(散客/会员)和储扣信息处理 4. 修复历史会员权益数据导入中的价格计算逻辑 5. 完善事件管理相关功能 6. 优化拓客记录和业绩统计功能 性能提升: - 批量导入效率提升10-50倍 - 减少数据库交互次数1000倍 - 优化内存使用和事务处理
-
…trieval endpoints, enhancing performance with database aggregation. Introduce personal performance statistics handling, including saving and querying capabilities. Update LqYcsdJsjService to temporarily disable T area creation logic pending business confirmation.
-
…w endpoints for gold triangle statistics and member data retrieval. Update LqKdKdjlbService to incorporate deduct amount calculations and streamline data handling. Modify LqKhxxService to remove obsolete fields and improve data structure. Enhance LqYaoyjlService and LqYcsdJsjService for better data output consistency and clarity. Adjust launch settings to disable browser launch for both NCC.API and NCC.API.Tenant projects.
-
…es; add manual time field settings to preserve time accuracy; implement GetEventTypes endpoint to retrieve event type enumeration; update LqTkjlb DTO to include eventId and eventName for better tracking of related events.