• feat: 添加系统更新日志功能和沉睡会员提醒功能
    
    - 在导航栏右侧添加更新日志图标,点击可查看系统更新日志
    - 实现更新日志弹窗组件,支持分页加载和分类展示
    - 新增沉睡会员提醒配置项,可在系统配置中设置沉睡天数
    - 实现门店PC端沉睡会员列表查询功能,按最后消费时间排序
    - 优化上传记录页面,添加来源模块标签和时间格式化显示
    - 修复农历生日计算中的边界问题和异常处理
    - 调整文件上传大小限制从10MB提升至20MB
    - 添加mysql2依赖包以支持数据库相关功能
    ```
    “wangming” authored
     
    Browse Dir »

  • feat(.cursor): 更新数据库连接配置并添加业务操作日志规范
    
    更新 MCP 数据库连接字符串,将生产环境连接改为开发环境连接;
    在项目规则中添加业务操作日志要求,规定删除、修改、作废、导出
    等写操作必须记录业务日志到 lq_business_operation_log 表;
    同时在 AGENTS 和 CLAUDE 配置中添加业务操作日志相关的技能引用。
    ```
    “wangming” authored
     
    Browse Dir »

  • feat(config): 更新生产环境API配置
    
    启用正式环境的API接口配置,禁用202605备份环境配置,
    确保生产环境使用正确的后端服务地址。
    ```
    “wangming” authored
     
    Browse Dir »

  • chore(config): 切换数据库连接配置从开发环境到生产环境
    
    切换MCP配置中的数据库连接字符串,将默认连接从lqerp_dev开发库更改为lqerp生产库,
    同时注释掉原来的开发环境配置以备后续使用
    ```
    “wangming” authored
     
    Browse Dir »

  • - 将硬编码的文件路径和月份改为可配置参数
    - 添加命令行参数解析功能,支持自定义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 »
  • 李宇 authored
     
    Browse Dir »
  • 李宇 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 dropdown for column settings in list view, allowing users to customize visible columns and their order via drag-and-drop.
    - Updated table columns to dynamically render based on user-selected visibility, improving the overall user experience.
    - Enhanced the display of customer information, including merging customer name and ID, and added tooltips for better clarity.
    - Refactored existing table columns to utilize a more flexible structure for rendering based on visibility settings.
    “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 »

  • - 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 »