特殊核算组科主任BUG修复

parent 8aa99249
......@@ -232,7 +232,7 @@ public void SpecialUnitCompute(PerExcel excel, per_allot allot, List<res_baiscno
foreach (var empolyee in empolyees)
{
var resAccount = resDataList.FirstOrDefault(t => t.AccountingUnit == empolyee.AccountingUnit);
if (resAccount == null || empolyees.Count() == 1)
if (resAccount == null)
continue;
// 优先取 实际人均绩效
......
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