2023-06-14

This commit is contained in:
2023-06-14 16:57:45 +08:00
parent 5d4c3fe4d5
commit 57d6acb77a
2 changed files with 49 additions and 1 deletions
@@ -407,7 +407,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
var q = from x in db.View_HJGL_WeldJoint where x.UnitWorkId == unitworkid select x;
string rate = "";
if (q != null && q.Count() > 0)
if (q != null && q.Count() > 0&&pipeline.Count()>0)
{
var proSum = (from x in q
join y in pipeline on x.PipelineId equals y.PipelineId into temp