bug
This commit is contained in:
@@ -565,7 +565,7 @@ namespace Tnb.ProductionMgr
|
||||
}else if (item.schedule_type==1)
|
||||
{
|
||||
BasStandardTime basStandardTime = await _db.Queryable<BasStandardTime>().Where(x=>x.process_id==item.process_id && x.enabled==1).FirstAsync();
|
||||
item.standard_time = basStandardTime.standard_time;
|
||||
item.standard_time = basStandardTime?.standard_time ?? "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user