|
@@ -770,6 +770,7 @@ object PlanarGraphService : SObjectService<PlanarGraph>(SMybatisDao(PlanarGraph:
|
|
|
if (markersList.size>0){
|
|
|
/** 遍历列表 */
|
|
|
for (markers in markersList){
|
|
|
+
|
|
|
/** 图编码 */
|
|
|
markers.id = graphPub.id
|
|
|
/** 插入数据 */
|
|
@@ -808,7 +809,7 @@ object PlanarGraphService : SObjectService<PlanarGraph>(SMybatisDao(PlanarGraph:
|
|
|
/** 图编码 */
|
|
|
relation.graphCoding = graphPub.id
|
|
|
/** 插入数据 */
|
|
|
- planarQbsRuleService.insert(relation)
|
|
|
+ planarQbsRuleService.replace(relation)
|
|
|
}
|
|
|
}
|
|
|
|