2023-10-27
This commit is contained in:
@@ -506,5 +506,17 @@ namespace BLL
|
||||
}
|
||||
return Convert.ToDouble(size) * n;
|
||||
}
|
||||
|
||||
public static string GetWPQCodeByWeldJointId(object WeldJointId)
|
||||
{
|
||||
string result = "";
|
||||
if (WeldJointId != null)
|
||||
{
|
||||
var model = GetViewWeldJointById(WeldJointId.ToString());
|
||||
result = model?.WPQCode;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user