From 72c0df785d4838d35dc694071c61e3f9a54e7e81 Mon Sep 17 00:00:00 2001 From: wanglizhong <wlz> Date: 星期二, 22 四月 2025 14:08:26 +0800 Subject: [PATCH] fix: update init --- API/v3/index.gds | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/API/v3/index.gds b/API/v3/index.gds index 999c4a4..a13642d 100644 --- a/API/v3/index.gds +++ b/API/v3/index.gds @@ -444,7 +444,7 @@ D_rs.close() End If - webJson = webJson&",{""ServiceOrdID"":"""&ServiceOrdID&""",""OrdUserID"":"&ServiceOrdUserID&",""ServiceOrdNo"":"""&ServiceOrdNo&""",""ServiceOrdType"":"""&ServiceOrdTypeA(ServiceOrdType)&""",""ServiceOrdState"":"""&ServiceOrdState_TXT&""",""StartDate"":"""&ServiceOrd_CC_Time&""",""CoName"":"""&ServiceOrdCoName&""",""CoPhone"":"""&ServiceOrdCoPhone&""",""TraStreet"":"""&ServiceOrdTraStreet&""",""TraStreetShort"":"""&ServiceOrdTraStreetShort&""",""TraVia"":"""&ServiceOrdTraVia&""",""TraEnd"":"""&ServiceOrdTraEnd&""",""TraEndShort"":"""&ServiceOrdTraEndShort&""",""Price"":"""&ServiceOrdTraTxnPrice&""",""PaidPrice"":"""&ServiceOrdTraPaidPrice&""",""Introducer"":"""&ServiceOrdIntroducer&""",""Stretcher"":"""&StretcherMoney&""",""PrePayment"":"""&ServiceOrdTraPrePayment&""",""DispatchList"":["&D_Json&"],""UnitRemarks"":"""&ServiceOrdUnitRemarks&""",""Guest_Point"":"""&Guest_Point&""",""InvoiceState"":"""&InvoiceState&""",""InvoiceStateTXT"":"""&InvoiceStateTXT&""",""Thirdparty_Name"":"""&Thirdparty_Name&""",""Thirdparty_OrdID"":"""&Thirdparty_OrdID&""",""ServiceOrdUpdateTime"":"""&ServiceOrdUpdateTime&"""}" + webJson = webJson&",{""ServiceOrdID"":"""&ServiceOrdID&""",""OrdUserID"":"&ServiceOrdUserID&",""ServiceOrdNo"":"""&ServiceOrdNo&""",""ServiceOrdType"":"""&ServiceOrdTypeA(ServiceOrdType)&""",""ServiceOrdState"":"""&ServiceOrdState_TXT&""",""StartDate"":"""&ServiceOrd_CC_Time&""",""ServiceOrdApptDate"":"""&ServiceOrdApptDate&""",""CoName"":"""&ServiceOrdCoName&""",""CoPhone"":"""&ServiceOrdCoPhone&""",""TraStreet"":"""&ServiceOrdTraStreet&""",""TraStreetShort"":"""&ServiceOrdTraStreetShort&""",""TraVia"":"""&ServiceOrdTraVia&""",""TraEnd"":"""&ServiceOrdTraEnd&""",""TraEndShort"":"""&ServiceOrdTraEndShort&""",""Price"":"""&ServiceOrdTraTxnPrice&""",""PaidPrice"":"""&ServiceOrdTraPaidPrice&""",""Introducer"":"""&ServiceOrdIntroducer&""",""Stretcher"":"""&StretcherMoney&""",""PrePayment"":"""&ServiceOrdTraPrePayment&""",""DispatchList"":["&D_Json&"],""UnitRemarks"":"""&ServiceOrdUnitRemarks&""",""Guest_Point"":"""&Guest_Point&""",""InvoiceState"":"""&InvoiceState&""",""InvoiceStateTXT"":"""&InvoiceStateTXT&""",""Thirdparty_Name"":"""&Thirdparty_Name&""",""Thirdparty_OrdID"":"""&Thirdparty_OrdID&""",""ServiceOrdUpdateTime"":"""&ServiceOrdUpdateTime&"""}" rs.movenext loop -- Gitblit v1.9.1