认证-参数项收集-变更:责任领域可修改
This commit is contained in:
+6
@@ -356,6 +356,12 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 处理负责领域
|
||||||
|
Map<String, Object> dutyTerritoryMap = new HashMap<>();
|
||||||
|
dutyTerritoryMap.put("state", collectManifestEO.getState());
|
||||||
|
dutyTerritoryMap.put("dataValue", collectManifestEO.getDutyTerritory());
|
||||||
|
manifestMap.put("dutyTerritory", dutyTerritoryMap);
|
||||||
|
|
||||||
// 处理工程接口人
|
// 处理工程接口人
|
||||||
Map<String, Object> sdtMap = new HashMap<>();
|
Map<String, Object> sdtMap = new HashMap<>();
|
||||||
sdtMap.put("id", collectManifestEO.getId());
|
sdtMap.put("id", collectManifestEO.getId());
|
||||||
|
|||||||
Reference in New Issue
Block a user