feat(hjgl):增加俄标焊评匹配
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user