|
@@ -142,10 +142,10 @@ public class AsyncTaskImportService {
|
|
|
Cell telephoneCell = row.getCell(13);//手机号码
|
|
|
Cell housetypeCell = row.getCell(15);//住房类型
|
|
|
Cell customergroupCell = row.getCell(16);//开户分组
|
|
|
- Cell vatnoCell = row.getCell(17);//公司税号
|
|
|
- Cell emailCell = row.getCell(18);//电子邮箱
|
|
|
- Cell controlCell = row.getCell(19);//阀控规则
|
|
|
- Cell c_remark = row.getCell(20);//备注
|
|
|
+ Cell vatnoCell = row.getCell(18);//公司税号
|
|
|
+ Cell emailCell = row.getCell(19);//电子邮箱
|
|
|
+ Cell controlCell = row.getCell(20);//阀控规则
|
|
|
+ Cell c_remark = row.getCell(21);//备注
|
|
|
|
|
|
if (accountnumberCell == null || StringUtils.equals("",accountnumberCell.getStringCellValue())) {
|
|
|
//throw new ServiceException(-900, "客户编码不能为空");
|