From b81c466cd32be4307e3df35312a492d882d46b29 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 30 六月 2023 20:27:53 +0800
Subject: [PATCH] 解决CPT数据重复发布失败

---
 ExportMap/export.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ExportMap/export.html b/ExportMap/export.html
index fc56e07..2b83814 100644
--- a/ExportMap/export.html
+++ b/ExportMap/export.html
@@ -118,7 +118,7 @@
 
     // 娴嬭瘯SG
     function toSG() {
-      var data = { token: token, ids: [1523, 1525], depcode: "000305", dircode: "0102", userId: 1 };
+      var data = { token: token, ids: [10516], depcode: "000305", dircode: "0102", userId: 1 }; // [1523, 1525]
       ajax("Convert/ToSG", "POST", JSON.stringify(data), null, null, function (rs) {
         alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
         console.log(rs);

--
Gitblit v1.9.3