• - Added a new endpoint to fix duplicate inventory usage records by merging entries based on UsageBatchId, ProductId, and StoreId.
    - Implemented logic to retain the earliest record while summing quantities and amounts, marking others as invalid.
    - Enhanced the service to log the repair process and provide feedback on the number of processed and invalidated records.
    “wangming” authored
     
    Browse Dir »


  • - Introduced a new filter for remaining rights range in the member portrait dialog and query input DTO.
    - Implemented a resetData method to clear all data when switching members to prevent displaying stale information.
    - Updated the fetchData method to clear lists upon member change.
    - Enhanced the LqKhxxService to handle remaining rights range in queries.
    - Improved the layout of the search form in the lqKhxx view for better usability.
    “wangming” authored
     
    Browse Dir »
  • - Updated the SaaS documentation to clarify the separation of core business modules.
    - Enhanced the ImageModerationService for better error handling and configuration management.
    - Improved code readability by removing unnecessary whitespace and optimizing LINQ queries in various services.
    - Adjusted performance metrics calculations in the LqStoreDashboardService for accuracy in reporting.
    - Updated DTOs to reflect changes in performance metrics definitions.
    “wangming” authored
     
    Browse Dir »

  • - Updated the file upload process to include image moderation before uploading to OSS.
    - Added configuration options for enabling/disabling image moderation and specifying the moderation service endpoint.
    - Enhanced the FileService to handle local file storage and moderation logic, ensuring compliance with content policies.
    - Updated .env and appsettings.json to reflect new configuration settings for the image moderation feature.
    “wangming” authored
     
    Browse Dir »



  • - 修复全员战报明细到店数统计问题:确保到店数不超过拓客数,同一会员多次到店只统计一次
    - 修复全部门店开单记录汇总导出接口返回格式:使用统一的响应格式(code, msg, data)
    - 添加 lq_xh_hyhk 表备注字段功能:支持备注字段的创建、更新、查询和导出
    - 优化到店数统计SQL逻辑:先获取拓客会员列表(去重),再统计有到店记录的会员数
    “wangming” authored
     
    Browse Dir »





  • - Added GetCurrentUserAppModuleAuthorize method to IAuthorizeService
    - Implemented App permission logic in AuthorizeService based on user roles
    - Introduced GetAppAuthorize endpoint in UsersCurrentService (GET /api/permission/Users/Current/AppAuthorize)
    - Logic retrieves App module permissions categorized as 'App' from the permissions table
    - Admins receive all App permissions, while regular users receive permissions based on their roles
    - Returns a hierarchical structure of App permissions
    
    Additional updates:
    - Enhanced store dashboard features
    - Improved member-related functionalities
    - Updated style files
    “wangming” authored
     
    Browse Dir »
  • …der person count and conversion rate metrics. Added logic to deduplicate order statistics by teacher ID, order date, and member ID, improving performance and data accuracy.
    “wangming” authored
     
    Browse Dir »


  • - 在多个薪酬统计实体中新增员工确认状态、确认时间和确认备注字段
    - 这些字段用于记录员工对薪酬数据的确认情况,提升数据管理的准确性和可追溯性
    - 涉及的实体包括:LqAssistantSalaryStatisticsEntity, LqBusinessUnitManagerSalaryStatisticsEntity, LqDirectorSalaryStatisticsEntity, LqMajorProjectDirectorSalaryStatisticsEntity, LqMajorProjectTeacherSalaryStatisticsEntity, LqSalaryStatisticsEntity, LqStoreManagerSalaryStatisticsEntity, LqTechGeneralManagerSalaryStatisticsEntity, LqTechTeacherSalaryStatisticsEntity
    “wangming” authored
     
    Browse Dir »
  • - 移除9个薪酬服务列表查询方法中的自动计算工资逻辑
    - 列表查询现在只负责查询已存在的工资数据
    - 工资计算功能需要单独调用计算接口
    - 新增健康师工资核算规则说明文档
    - 新增员工门店归属变更问题分析与解决方案文档
    - 新增员工门店归属快照表方案详细设计文档
    
    涉及服务:
    1. LqSalaryService (健康师工资)
    2. LqTechTeacherSalaryService (科技部老师工资)
    3. LqAssistantSalaryService (店助工资)
    4. LqStoreManagerSalaryService (店长工资)
    5. LqDirectorSalaryService (主任工资)
    6. LqMajorProjectTeacherSalaryService (大项目老师工资)
    7. LqMajorProjectDirectorSalaryService (大项目主管工资)
    8. LqTechGeneralManagerSalaryService (科技部总经理工资)
    9. LqBusinessUnitManagerSalaryService (事业部总经理工资)
    “wangming” authored
     
    Browse Dir »


  • - 新增事业部驾驶舱后端服务(LqBusinessUnitDashboardService)
    - 实现15个事业部驾驶舱API接口(统计、趋势、排行榜等)
    - 新增集团驾驶舱移动端页面(dashboard.vue)
    - 集成图表功能(Canvas绘制趋势图)
    - 优化页面样式设计(现代化UI、玻璃拟态效果)
    - 完善KPI指标展示、会员统计、排行榜等功能
    - 添加API模块(report.js)用于集团驾驶舱数据接口
    “wangming” authored
     
    Browse Dir »