|
@@ -139,6 +139,8 @@ public class TmProjectServiceImpl extends ServiceImpl<ITmProjectMapper, TmProjec
|
|
CaseEntity caseEntity = map.get(record.getId());
|
|
CaseEntity caseEntity = map.get(record.getId());
|
|
if(caseEntity != null){
|
|
if(caseEntity != null){
|
|
record.setCaseId(caseEntity.getCaseId());
|
|
record.setCaseId(caseEntity.getCaseId());
|
|
|
|
+ record.setLatAndLong(caseEntity.getLatAndLong());
|
|
|
|
+ record.setMapUrl(caseEntity.getMapUrl());
|
|
}
|
|
}
|
|
TmDepartment tmDepartment = mapByDeptIds.get(record.getDeptId());
|
|
TmDepartment tmDepartment = mapByDeptIds.get(record.getDeptId());
|
|
if(tmDepartment != null){
|
|
if(tmDepartment != null){
|