Browse Source

开户管理-开户信息--开户信息:excel模板邮箱改成电子邮箱

zhoujiangyuan 4 years ago
parent
commit
4975ac95d2

+ 3 - 3
smart-city-platform/src/main/java/com/bz/smart_city/service/importfile/AsyncTaskImportService.java

@@ -954,7 +954,7 @@ public class AsyncTaskImportService {
                             Cell idcardnoCell = row.getCell(10);//证件号码
                             Cell housetypeCell = row.getCell(11);//住房类型
                             Cell vatnoCell = row.getCell(12);//公司税号
-                            Cell emailCell = row.getCell(13);//邮箱
+                            Cell emailCell = row.getCell(13);//电子邮箱
                             //Cell c_remark = row.getCell(11);//备注
 
 
@@ -1026,8 +1026,8 @@ public class AsyncTaskImportService {
 
                             if(property == null){
                                 failTime++ ;
-                                msg +="客户编码【"+accountnumber+"】住房类型不能为空,";
-                                log.info("客户编码【"+accountnumber+"】住房类型不能为空,");
+                                msg +="客户编码【"+accountnumber+"】用水性质不能为空,";
+                                log.info("客户编码【"+accountnumber+"】用水性质不能为空,");
                                 //c_remark.setCellValue("客户编码【"+accountnumber+"】住房类型不能为空,");
                                 continue;
                             }

BIN
smart-city-platform/src/main/resources/excel/batchOpenAccountTemplate.xlsx