From d10ed72968a41dfc2c963101eaa16276a7f7b1a6 Mon Sep 17 00:00:00 2001 From: hzj <1831054011@qq.com> Date: 星期一, 13 十月 2025 14:20:51 +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