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

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







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