修改文案

parent 999ae38f
...@@ -1660,7 +1660,7 @@ bool VerifySubmissioAmount(decimal? leftAmount, decimal? rightAmount) ...@@ -1660,7 +1660,7 @@ bool VerifySubmissioAmount(decimal? leftAmount, decimal? rightAmount)
{ {
var res = agsecondallotRepository.Submit(second.Id, temp.UseTempId ?? 0, total); var res = agsecondallotRepository.Submit(second.Id, temp.UseTempId ?? 0, total);
if (res == 0) if (res == 0)
throw new PerformanceException($"提交失败,当前绩效分配可能发生改变!"); throw new PerformanceException($"提交失败,当前绩效分配可能发生改变,请刷新后重试!");
return true; return true;
} }
} }
......
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