2022-12-09 焊接修改

This commit is contained in:
2022-12-09 14:46:31 +08:00
parent ce763f6a52
commit b80cb47621
4 changed files with 4 additions and 3 deletions
@@ -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");
}