|
|
@ -197,7 +197,7 @@ public class ItembasicServiceImpl implements ItembasicService { |
|
|
|
massage.substring(0,massage.length()-1); |
|
|
|
errorList.add(importItembasic); |
|
|
|
} |
|
|
|
if(errorList != null){ |
|
|
|
if(errorList == null){ |
|
|
|
// 判断如果不存在,在进行插入
|
|
|
|
ItembasicDO existItembasic = itembasicMapper.selectByCode(importItembasic.getCode()); |
|
|
|
if (existItembasic == null&& mode != 3) { |
|
|
|