Commit 0fe9ff7a authored by fangxinjiang's avatar fangxinjiang

BUG修复

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