From 1e955583470b47f7636eaba800c52c258ac24296 Mon Sep 17 00:00:00 2001 From: wanglizhong <wlz> Date: 星期一, 28 四月 2025 21:26:10 +0800 Subject: [PATCH] fix:将开单人跟单人放到服务单中 --- API/v3/OrderPrice.gds | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/API/v3/OrderPrice.gds b/API/v3/OrderPrice.gds index e0e70a8..e1f8e90 100644 --- a/API/v3/OrderPrice.gds +++ b/API/v3/OrderPrice.gds @@ -306,18 +306,28 @@ ' IRPrice=99 ' IRlimit1=5 ' IRDtPrice=6 - elseIf StartArea="瓒婄鍖�" Or StartArea="鑽旀咕鍖�" Or StartArea="娴风彔鍖�" Or StartArea="澶╂渤鍖�" Or StartArea="鐣鍖�" Or StartArea="榛勫煍鍖�" Or StartArea="鐧戒簯鍖�" Then + elseIf StartArea="瓒婄鍖�" Or StartArea="鑽旀咕鍖�" Or StartArea="娴风彔鍖�" Or StartArea="澶╂渤鍖�" Or StartArea="榛勫煍鍖�" Or StartArea="鐧戒簯鍖�" Then IRPrice=169 IRlimit1=5 IRDtPrice=6 + elseif StartArea="鐣鍖�" Then + IRPrice=219 + IRlimit1=5 + IRDtPrice=6 ElseIf StartArea="鑺遍兘鍖�" Then - IRPrice=319 + IRPrice=169 IRlimit1=5 IRDtPrice=6 - ElseIf StartArea="澧炲煄鍖�" Then - IRPrice=359 + ElseIf StartArea="澧炲煄鍖�" And Isluxury="0" Then + IRPrice=99 IRlimit1=5 IRDtPrice=6 + IsOrdinary="1" + Elseif StartArea="澧炲煄鍖�" And Isluxury="1" Then + IRPrice=99 + IRlimit1=5 + IRDtPrice=6 + IsOrdinary="1" ElseIf StartArea="浠庡寲鍖�" Then IRPrice=359 IRlimit1=5 -- Gitblit v1.9.1