|
|
@@ -898,7 +898,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
|
|
|
#region 获取激活信息预览
|
|
|
|
|
|
- public IActionResult IndexDataSIMDo(string DateStr)
|
|
|
+ public JsonResult IndexDataSIMDo(string DateStr)
|
|
|
{
|
|
|
List<Dictionary<string, object>> dataList = new List<Dictionary<string, object>>();
|
|
|
Dictionary<string, object> dataInfo = new Dictionary<string, object>();
|