中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-18 824462e07025b3032f92603e7d5e7b26ceab5b72
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);