提交代码
This commit is contained in:
@@ -480,7 +480,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
string canWeldingRodName = string.Empty;
|
||||
string canWeldingWireName = string.Empty;
|
||||
var projectWelder = from x in Funs.DB.SitePerson_Person
|
||||
where x.ProjectId == jot.ProjectId && x.States == Const.State_1
|
||||
where x.ProjectId == jot.ProjectId
|
||||
&& x.UnitId == unitId && x.WorkPostId == Const.WorkPost_Welder
|
||||
&& x.WelderCode != null && x.WelderCode != ""
|
||||
select x;
|
||||
|
||||
Reference in New Issue
Block a user