bug
This commit is contained in:
@@ -1952,7 +1952,8 @@ namespace Tnb.ProductionMgr
|
||||
// }
|
||||
|
||||
|
||||
if (basMaterial.category_id.Contains("ZSJ") || basMaterial.category_id.Contains("DGJCJ"))
|
||||
|
||||
if (prdMoTask.schedule_type == 2)
|
||||
{
|
||||
Dictionary<string, string> dicCommand2 = new(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
@@ -1971,7 +1972,7 @@ namespace Tnb.ProductionMgr
|
||||
}
|
||||
}
|
||||
|
||||
if (prdMoTask.schedule_type == 1)
|
||||
if (basMaterial.category_id.Contains("ZSJ") || basMaterial.category_id.Contains("DGJCJ"))
|
||||
{
|
||||
EqpEquipment equipment = await _db.Queryable<EqpEquipment>().SingleAsync(x => x.id == prdMoTask.eqp_id);
|
||||
EqpDaq eqpDaq3 = await _repository.AsSugarClient().Queryable<EqpDaq>().
|
||||
|
||||
Reference in New Issue
Block a user