jiangjc 11 months ago
parent
commit
cca0a4c2bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -2585,7 +2585,7 @@ Where c.CTable = 1015 And c.IsPay = 1 And f.IsDel = 0 And c.IsDel = 0 And f.DiId
 
             //信用卡类型
             List<Sys_SetData> Card = _sqlSugar.Queryable<Sys_SetData>().Where(a => a.STid == 15 && a.IsDel == 0).ToList();
-            List<SetDataInfoView> _Card = _mapper.Map<List<SetDataInfoView>>(Payment);
+            List<SetDataInfoView> _Card = _mapper.Map<List<SetDataInfoView>>(Card);
 
             //超支费用类型
             List<Sys_SetData> PriceType = _sqlSugar.Queryable<Sys_SetData>().Where(a => a.STid == 79 && a.IsDel == 0).ToList();