• - 会员自定义标签三端维护与标签库管理
    - 监控中心大客卡金异常列表及阈值配置
    - 重复充值提醒按开单/耗卡分类型校验
    - 科技部驾驶舱纳入 Slim 并修复排行分布接口
    - 培训签到 H5、入职公开填报、考勤半天时段等
    - 小程序 pagesB 分包与驾驶舱入口调整
    - 补充 V2.0.2 更新说明与部署 SQL
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    “wangming” authored
     
    Browse Dir »





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












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