2022-12-09 焊接修改
This commit is contained in:
@@ -768,7 +768,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
{
|
||||
NewItem.WeldingWireCode = values.Value<string>("WeldingWireCode").ToString();
|
||||
}
|
||||
if (!string.IsNullOrEmpty(values.Value<int>("Size").ToString()))
|
||||
|
||||
if (!string.IsNullOrEmpty(values.Value<string>("Size"))&&!string.IsNullOrEmpty(values.Value<int>("Size").ToString()))
|
||||
{
|
||||
NewItem.Size = values.Value<int>("Size");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user