Commit 0fe9ff7a authored by fangxinjiang's avatar fangxinjiang

BUG修复

parent 63a6c5d1
...@@ -378,7 +378,9 @@ public class TIncomeServiceImpl extends ServiceImpl<TIncomeMapper, TIncome> impl ...@@ -378,7 +378,9 @@ public class TIncomeServiceImpl extends ServiceImpl<TIncomeMapper, TIncome> impl
error.setNums(entry.getValue()); error.setNums(entry.getValue());
tSendEkpErrorService.save(error); tSendEkpErrorService.save(error);
} }
baseMapper.updateIncomeById(updateList); if (Common.isNotNull(updateList)){
baseMapper.updateIncomeById(updateList);
}
} }
/** /**
......
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