2022-10-28 焊接修改
This commit is contained in:
@@ -170,7 +170,9 @@ namespace BLL
|
||||
{
|
||||
string result = "";
|
||||
var q = (from x in Funs.DB.HJGL_DataImport
|
||||
where x.UnitWorkId == UnitWorkId && x.ImportType == "1"
|
||||
join y in Funs.DB.Base_DesignProfessional on x.DesignProfessionalId equals y.DesignProfessionalId into mm
|
||||
from m in mm.DefaultIfEmpty()
|
||||
where x.UnitWorkId == UnitWorkId && x.ImportType == "1" && m.ProfessionalName.Contains("管道")
|
||||
group x by x.UnitWorkId into tt
|
||||
from t in tt.DefaultIfEmpty()
|
||||
select new
|
||||
|
||||
Reference in New Issue
Block a user