2023-09-13
This commit is contained in:
@@ -376,7 +376,8 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
from unitwork in unitworkJoin.DefaultIfEmpty()
|
||||
join mater in db.Base_Material on pipe.MaterialId equals mater.MaterialId into materJoin
|
||||
from mater in materJoin.DefaultIfEmpty()
|
||||
where com.QRCode != "" & com.PipelineId == PipelineId
|
||||
where com.QRCode != "" & com.PipelineId == PipelineId
|
||||
orderby com.PipelineComponentCode
|
||||
select new
|
||||
{
|
||||
com.PipelineComponentId,
|
||||
|
||||
Reference in New Issue
Block a user