11
This commit is contained in:
@@ -375,7 +375,8 @@ namespace FineUIPro.Web.WelderManage
|
||||
{
|
||||
if (!string.IsNullOrEmpty(this.tvControlItem.SelectedNodeID))
|
||||
{
|
||||
var que = from x in Funs.DB.Welder_WelderQualify where x.WelderId == this.tvControlItem.SelectedNodeID select x;
|
||||
// 手动的不自动分析 IsHand==null
|
||||
var que = from x in Funs.DB.Welder_WelderQualify where x.WelderId == this.tvControlItem.SelectedNodeID && x.IsHand==null select x;
|
||||
if (que.Count() > 0)
|
||||
{
|
||||
foreach (var q in que)
|
||||
|
||||
Reference in New Issue
Block a user