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

  • - LqReportService: 门店基础信息/数据分析/对比分析 科技部归属及同组织门店改为 lq_md_target
    - LqTechGeneralManagerSalaryService: 科技部总经理管理门店改为 lq_md_target 按统计月
    - LqShareStatisticsTechDeptService: 科技部股份统计收入成本按 lq_md_target 取科技部门店
    - LqZjlMdsmxszService: GetManagedStores 科技一部/二部门店改为 lq_md_target 按当前月
    - LqAnnualSummaryService: 移除对 Kjb 的 Select 依赖
    - 新增接口测试脚本 test-kjb-removal-apis.sh
    - 新增 SQL: 根据产品平均单价更新库存领取金额
    “wangming” authored
     
    Browse File »


  • - 修复库存扣减逻辑:只有已领取状态才扣减库存
      - 修改LqInventoryService、LqProductService、LqInventoryUsageService中所有计算已使用数量的地方
      - 只统计IsReceived=1的使用记录,确保库存扣减准确
      - 添加System.Collections.Generic命名空间引用
    
    - 优化报销导出功能
      - 添加购买门店字段(purchaseStoreId、purchaseStoreName)
      - 区分申请门店和购买门店两个字段
      - 修复文件路径问题:使用项目根目录下的ExportFiles文件夹
      - 修复FromQuery参数导致的BadImageFormatException错误
    
    - 修复编译错误
      - 添加System.IO命名空间引用
      - 修复List<dynamic>类型转换问题
    “wangming” authored
     
    Browse File »