From 25af2d93ea2d4f802729992a341ab1264e6b43cf Mon Sep 17 00:00:00 2001 From: wlzboy <66905212@qq.com> Date: 星期三, 15 十月 2025 00:09:24 +0800 Subject: [PATCH] fix:fix update --- 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