DuGuYang 3 years ago
parent
commit
540357fa27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Areas/Admin/Controllers/MainServer/UserCashRecordController.cs

+ 1 - 1
Areas/Admin/Controllers/MainServer/UserCashRecordController.cs

@@ -477,7 +477,7 @@ namespace MySystem.Areas.Admin.Controllers
         public string ImportPost(string ExcelPath)
         {
             string key = function.MD5_16(Guid.NewGuid().ToString());
-            RedisDbconn.Instance.AddList("ExcelImportV33", ExcelPath + "#cut#UserCashRecord#cut#" + key + "#cut#" + SysUserName);
+            RedisDbconn.Instance.AddList("ExcelImportV2", ExcelPath + "#cut#UserCashRecord#cut#" + key + "#cut#" + SysUserName);
             return "success|" + key;
         }
         public string CheckImport(string key)