|
@@ -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();
|