调拨入库修改
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Tnb.ProductionMgr
|
||||
|
||||
output.equip_pie_list = await _db.Queryable<EqpEquipment>()
|
||||
.GroupBy(x => x.status)
|
||||
.OrderBy(x=>x.code)
|
||||
// .OrderBy(x=>x.code)
|
||||
.Select(x => new EquipPieOutput
|
||||
{
|
||||
name = x.status,
|
||||
@@ -140,8 +140,9 @@ namespace Tnb.ProductionMgr
|
||||
}).ToListAsync();
|
||||
foreach (var item in output.equip_info_list)
|
||||
{
|
||||
item.status = _redisData.Get<string>($"{item.code}:ActstsMach");
|
||||
item.status = _redisData.Get<string>($"{item.code}:ActStsMach");
|
||||
}
|
||||
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user