• - 将硬编码的文件路径和月份改为可配置参数
    - 添加命令行参数解析功能,支持自定义JSON输入、输出文件、统计月份和SQL引用
    - 更新脚本文档字符串,提供使用示例和参数说明
    - 修改Excel底部说明中的动态月份和SQL文件引用
    - 更新SQL模板注释,说明多月份支持
    
    fix(config): 切换MCP配置到开发环境数据库连接
    “wangming” authored
     
    Browse Dir »
















  • - Swapped the API base URL in the development environment to use localhost for local testing.
    - Enhanced the member portrait dialog with improved layout and additional member attributes, including age and birthday type.
    - Added birthday type filtering options in the birthday view, allowing users to display members with solar and lunar birthdays.
    - Updated the backend to support querying members based on specified date ranges and birthday types.
    - Introduced new performance metrics in the personal performance statistics view, categorizing performance by various service types.
    “wangming” authored
     
    Browse Dir »

  • - Added functionality to convert solar birthdays to lunar format and display the corresponding lunar birthday in the customer detail dialog.
    - Introduced a new dropdown for selecting lunar month and day in the customer form, allowing users to input lunar birthdays easily.
    - Updated the customer service to handle birthday type differentiation (solar vs lunar) and ensure proper data handling.
    - Enhanced the UI for better clarity and usability, including improved dialog styling and form section titles.
    - Refactored related DTOs to accommodate the new birthday type and format changes.
    “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 »

  • - Redesigned the welcome page layout with a new hero section and action cards for quick access to features.
    - Added a feature list in the welcome component to dynamically render action cards.
    - Updated the tech department dashboard to improve table display by reducing max height and ensuring proper pagination.
    - Enhanced inventory service documentation for clarity on stock update processes.
    - Introduced teacher performance metrics in the billing service for better reporting accuracy.
    “wangming” authored
     
    Browse Dir »


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





  • - 更新工资服务类和相关DTO输出类
    - 涉及店助、总监、事业部经理、大项目总监、大项目老师、健康师、门店、技术总经理、科学老师等工资相关服务
    “wangming” authored
     
    Browse Dir »
  • - 将remarks中的```json代码块改为<code>标签(XML注释中不能使用```)
    - 为所有缺少注释的接口添加了完整的summary和remarks
    - 统一了所有9个工资服务确认接口的注释格式
    - 包含示例请求、参数说明、注意事项等完整信息
    
    修复的接口:
    1. LqSalaryService (健康师)
    2. LqTechTeacherSalaryService (科技部老师)
    3. LqAssistantSalaryService (店助)
    4. LqStoreManagerSalaryService (店长)
    5. LqDirectorSalaryService (主任)
    6. LqMajorProjectTeacherSalaryService (大项目老师)
    7. LqMajorProjectDirectorSalaryService (大项目主管)
    8. LqTechGeneralManagerSalaryService (科技部总经理)
    9. LqBusinessUnitManagerSalaryService (事业部总经理)
    “wangming” authored
     
    Browse Dir »

  • - 在多个薪酬统计实体中新增员工确认状态、确认时间和确认备注字段
    - 这些字段用于记录员工对薪酬数据的确认情况,提升数据管理的准确性和可追溯性
    - 涉及的实体包括:LqAssistantSalaryStatisticsEntity, LqBusinessUnitManagerSalaryStatisticsEntity, LqDirectorSalaryStatisticsEntity, LqMajorProjectDirectorSalaryStatisticsEntity, LqMajorProjectTeacherSalaryStatisticsEntity, LqSalaryStatisticsEntity, LqStoreManagerSalaryStatisticsEntity, LqTechGeneralManagerSalaryStatisticsEntity, LqTechTeacherSalaryStatisticsEntity
    “wangming” authored
     
    Browse Dir »


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