Bladeren bron

GetPagePriceTypeData(日付申请查询-数据源) 注释 typeid=90

LEIYI 6 maanden geleden
bovenliggende
commit
986f9ca832

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/Financial/DailyFeePaymentRepository.cs

@@ -57,7 +57,7 @@ namespace OASystem.Infrastructure.Repositories.Financial
                 50, //销售费用
                 51, //其他费用
                 55, //大运会
-                90, //各部门基础固定费用明细
+                //90, //各部门基础固定费用明细
             };
             var priceTypeData = setTypeData.Where(s => typeIds.Contains(s.Id)).ToList();
             var priceSubTypeData = setData.Where(s => typeIds.Contains(s.STid)).ToList();