@@ -159,10 +159,12 @@ public class BizCompanyServiceImpl extends ServiceImpl<BizCompanyMapper, BizCom
default:
break;
}
- this.save(company);
} else {
+ failureNum++;
+ failureMsg.append("<br/>").append(failureNum).append("、").append(company.getName()).append(":来源错误");
+ continue;
+ this.save(company);
// else {
// failureNum++;
// failureMsg.append("<br/>" + failureNum + "、客户 " + company.getName() + " 未输入来源或来源输入错误");