src/main/java/com/zy/crm/manager/controller/CstmrController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/zy/crm/manager/entity/Cstmr.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/mould/甲方单位导入模板.xls | 补丁 | 查看 | 原始文档 | blame | 历史 |
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); src/main/java/com/zy/crm/manager/entity/Cstmr.java
@@ -297,6 +297,22 @@ return null; } public void setType0(String type0){ if (Cools.isEmpty(type0)) { return; } switch (type0){ case "å é": this.type = 1; break; case "å¤é": this.type = 2; break; default: break; } } public String getType$(){ if (null == this.type){ return null; } switch (this.type){ src/main/webapp/mould/¼×·½µ¥Î»µ¼ÈëÄ£°å.xlsBinary files differ