2022-10-15 焊接修改
This commit is contained in:
@@ -179,7 +179,7 @@ namespace BLL
|
||||
}
|
||||
).FirstOrDefault();
|
||||
//where t.Key == UnitWorkId & x.FileType == "1" select x.Version).Distinct().ToList();
|
||||
if (!string.IsNullOrEmpty(q.FileName))
|
||||
if (q!=null&&!string.IsNullOrEmpty(q.FileName))
|
||||
{
|
||||
result=q.FileName.Substring (0,q.FileName.LastIndexOf('.'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user