认证-参数清单-工程接口人修改
This commit is contained in:
+1
@@ -293,6 +293,7 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
|||||||
|
|
||||||
// 处理工程接口人
|
// 处理工程接口人
|
||||||
Map<String, Object> sdtMap = new HashMap<>();
|
Map<String, Object> sdtMap = new HashMap<>();
|
||||||
|
sdtMap.put("id", collectManifestEO.getId());
|
||||||
sdtMap.put("state", collectManifestEO.getState());
|
sdtMap.put("state", collectManifestEO.getState());
|
||||||
sdtMap.put("dutyTerritory", StringUtils.join(dutyTerritory, ","));
|
sdtMap.put("dutyTerritory", StringUtils.join(dutyTerritory, ","));
|
||||||
sdtMap.put("dataValue", collectManifestEO.getSdt());
|
sdtMap.put("dataValue", collectManifestEO.getSdt());
|
||||||
|
|||||||
Reference in New Issue
Block a user