|
|
@ -484,7 +484,7 @@ public class EpidemicPlotBuildingServiceImpl extends CrudServiceImpl<EpidemicPlo |
|
|
|
} |
|
|
|
//因为现在数据库没有网格编码的档案,所以第一次要更新网格的编码
|
|
|
|
String gridCode = fileNameArr[fileNameArr.length - 1]; |
|
|
|
if(StringUtils.isNotBlank(gridCode) && gridCode.length() == 12 && gridCode.startsWith("370124") ){ |
|
|
|
if(StringUtils.isNotBlank(gridCode) && gridCode.startsWith("370124") ){ |
|
|
|
// SysDeptEntity deptEntity = sysDeptDao.selectById(allDeptInfo.getGridId());
|
|
|
|
// if(StringUtils.isBlank(deptEntity.getDeptCode())){
|
|
|
|
// deptEntity.setDeptCode(gridCode);
|
|
|
|