Commit beb4ff8d authored by huyuchen's avatar huyuchen

优化修改

parent e0f06961
......@@ -337,7 +337,7 @@ public class TIncomeServiceImpl extends ServiceImpl<TIncomeMapper, TIncome> impl
updateList.clear();
}
} else {
if (map.get(sendBack) > 0) {
if (Common.isNotNull(map.get(sendBack)) && map.get(sendBack) > 0) {
int i = map.get(sendBack) + 1;
map.put(sendBack, i);
idMap.put(sendBack, income.getId());
......
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