From 0df39a8c5a45c6ff25411eace15d40a606f9769c Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期五, 06 十二月 2024 17:59:13 +0800 Subject: [PATCH] 修复小程序分析统计的问题 --- admin_save.gds | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin_save.gds b/admin_save.gds index df210d3..14f9e7c 100644 --- a/admin_save.gds +++ b/admin_save.gds @@ -1276,7 +1276,7 @@ If ServiceOrdPtOutHospID_New="" Then ServiceOrdPtOutHospID_New=0 If ServiceOrdPtInHospID_New="" Then ServiceOrdPtInHospID_New=0 If ServiceOrdVIP="" Then ServiceOrdVIP=0 -If ServiceOrdOperationRemarks<>"" Then ServiceOrdOperationRemarks=replace(ServiceOrdOperationRemarks,"[瀹㈡埛鏈寮忔彁浜ら渶姹傦紝鍙笉鑱旂郴]","") +If ServiceOrdOperationRemarks<>"" Then ServiceOrdOperationRemarks=replace(replace(ServiceOrdOperationRemarks,"[瀹㈡埛鏈寮忔彁浜ら渶姹傦紝鍙笉鑱旂郴]",""),"[瀹㈡埛鏈寮忔彁浜ら渶姹俔","") If ServiceOrdVisit<>"" And ServiceOrdVisit_old<>ServiceOrdVisit Then RV_Point=0 sql="select id from DispatchOrd_Entourage,DispatchOrd where EntourageState<>4 and DispatchOrdIDDt=DispatchOrdID and ServiceOrdIDDt="&ServiceOrdID -- Gitblit v1.9.1