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