src/main/java/com/zy/crm/manager/controller/CstmrController.java
@@ -235,8 +235,16 @@ cstmr.setContacts(row.getCell(5).getStringCellValue()); // 备注 cstmr.setRemarks(row.getCell(6).getStringCellValue()); // 省 cstmr.setProvince(row.getCell(7).getStringCellValue()); // 市 cstmr.setCity(row.getCell(8).getStringCellValue()); // 区 cstmr.setDistrict(row.getCell(9).getStringCellValue()); // 详细地址 cstmr.setAddr(row.getCell(10).getStringCellValue()); // 区分 cstmr.setType0(row.getCell(11).getStringCellValue()); cstmr.setHostId(hostId); cstmr.setDeptId(deptId); cstmr.setUserId(userId);