Ver código fonte

成本计算

unknown 1 mês atrás
pai
commit
943f704753

+ 1 - 2
application/service/UnifiedCostCalculationService.php

@@ -1203,8 +1203,7 @@ class UnifiedCostCalculationService
 
                 $this->allocationFactors[] = [
                     'Sys_ny' => $month,
-                    '科目名称' => $subject,  // 原始科目名称
-                    '简化科目名称' => $simplifiedSubject,  // 简化后的科目名称
+                    '科目名称' => $simplifiedSubject,  // 原始科目名称
                     '设备编号' => (string)$machine,
                     '分摊系数' => 1,
                     '分摊金额' => floatval($amount),