feat(hjgl):增加俄标焊评匹配

This commit is contained in:
2026-06-13 10:16:09 +08:00
parent 05b7eb90a8
commit 74ce2df18a
2 changed files with 101 additions and 1 deletions
@@ -117,7 +117,7 @@ namespace FineUIPro.Web.CQMS.PersonManage
private decimal? GetDecimalByStr(string str)
{
if (str == "0")
if (str == "0"||string.IsNullOrEmpty(str))
{
return null;
}