ExportMap/cs/ConvertUtils.cs
@@ -131,7 +131,8 @@ int pubid = PubDBHelper.InsertPublish(sys); if (pubid > 0) { PubDBHelper.InsertLayer(sys, meta); sys.id = pubid; PubDBHelper.InsertLayer(sys, meta, 100); PubDBHelper.InsertMetaPub(meta.id, pubid, args.userId); } }