From 1503b9d7ed1d71b98bd5715c23d236ef3c019ead Mon Sep 17 00:00:00 2001
From: hzj <1831054011@qq.com>
Date: 星期一, 13 十月 2025 15:40:20 +0800
Subject: [PATCH] Merge branch 'main' of http://8.134.184.104:10801/r/came

---
 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