zhengcaioa/Services/SimService.cs
@@ -332,6 +332,17 @@ return data; } public SimCostView GetSimCost(string userid, int bill_year, int bill_month) { var entity = _context.SimCostView.Where(x => x.user_id == userid && x.bill_year == bill_year && x.bill_month == bill_month).FirstOrDefault(); return entity; } #endregion } }