Commit f79ca51f by guanzhenshan

优化导入余额错误提示

parent 943c48ce
...@@ -1195,7 +1195,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -1195,7 +1195,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
{ {
return Json(new { return Json(new {
success = false, success = false,
msg = "平台【"+platformcode+"】在"+day+"已经导入了数据,请删除该数据后重新导入。" msg = "平台【"+platformcode+"】,币种【"+m.currency+"】在"+day.ToShortDateString()+"已经导入了数据,请删除该数据后重新导入。"
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment