From a8d0182b40faeabad3233d83c7b553c6eb2a34c1 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期三, 15 十月 2025 07:50:51 +0800
Subject: [PATCH] fix: update ServiceOrdTraOfferPrice

---
 inc/function.gds |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/inc/function.gds b/inc/function.gds
index 3a1cf97..1ee9893 100644
--- a/inc/function.gds
+++ b/inc/function.gds
@@ -3367,6 +3367,9 @@
 
 '閲戦鍘绘帀灏忔暟鐐�
 function MoneyCheck(v,t)
+	If IsNull(v) Or v="" Then
+		v = 0
+	End If
 	If InStr(CStr(v),".")>0 Then
 		If t=1 then
 			MoneyCheck=FormatCurrency(v,2,-1)

--
Gitblit v1.9.1