username@email.com
2024-07-15 6f059a7f1def48d7dbc805bc43f17c84c9b5bfec
zhengcaioa/zhengcaioa/Controllers/admin/SimCostController.cs
@@ -77,6 +77,7 @@
        public IActionResult GetList(int year, string sim)
        {
            var list = _simService.SearchSimCostByPage(sim, year);
            //var result = new
            //{
            //    total:"1",
@@ -143,7 +144,8 @@
        /// <returns></returns>
        public IActionResult GetSimYearList(SimCostDTOSearch search)
        {
            return new JsonResult(_simService.SearchSimCostYearByPage(search));
            var list = _simService.SearchSimCostYearByPage(search);
            return new JsonResult(list);
        }
        [HttpPost]