|
@@ -126,6 +126,7 @@ public class SsnydServiceImpl extends ServiceImpl<SsnydNewMapper, SsnydNew> impl
|
|
|
|
|
|
/**
|
|
|
* row转换成SsnydNew
|
|
|
+ *
|
|
|
* @param errorList
|
|
|
* @param row
|
|
|
* @return
|
|
@@ -140,6 +141,7 @@ public class SsnydServiceImpl extends ServiceImpl<SsnydNewMapper, SsnydNew> impl
|
|
|
ssnydNew.setYt(FileUtils.getString(row, "用途"));
|
|
|
ssnydNew.setBamj(FileUtils.getDouble(row, "备案面积"));
|
|
|
ssnydNew.setXmbh(FileUtils.getString(row, "项目索引"));
|
|
|
+ ssnydNew.setBz(FileUtils.getString(row, "备注"));
|
|
|
// 处理日期字段
|
|
|
if (setBasj(errorList, row, ssnydNew)) return null;
|
|
|
return ssnydNew;
|
|
@@ -147,6 +149,7 @@ public class SsnydServiceImpl extends ServiceImpl<SsnydNewMapper, SsnydNew> impl
|
|
|
|
|
|
/**
|
|
|
* 设置备案时间
|
|
|
+ *
|
|
|
* @param errorList
|
|
|
* @param row
|
|
|
* @param ssnydNew
|
|
@@ -177,6 +180,7 @@ public class SsnydServiceImpl extends ServiceImpl<SsnydNewMapper, SsnydNew> impl
|
|
|
|
|
|
/**
|
|
|
* 更新shape字段
|
|
|
+ *
|
|
|
* @param errorList
|
|
|
* @param objectId
|
|
|
* @param projectIndex
|