提示修改

parent e49bb01d
...@@ -1640,7 +1640,7 @@ bool VerifySubmissioAmount(decimal? leftAmount, decimal? rightAmount) ...@@ -1640,7 +1640,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;
} }
else /*if (new int[] { 9, 10 }.Contains(temp.UseTempId.Value))*/ else /*if (new int[] { 9, 10 }.Contains(temp.UseTempId.Value))*/
......
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