管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-03-19 bbafc4e99b3cc42692bd9f7d8becf801aa70ddb3
ExportMap/cs/ConvertUtils.cs
@@ -131,6 +131,7 @@
            int pubid = PubDBHelper.InsertPublish(sys);
            if (pubid > 0)
            {
                PubDBHelper.InsertLayer(sys, meta);
                PubDBHelper.InsertMetaPub(meta.id, pubid, args.userId);
            }
        }