Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -442,7 +442,7 @@ namespace Tnb.ProductionMgr
|
||||
num = item.codeqty,
|
||||
batch = item.code_batch,
|
||||
unit_id = item.unit_id,
|
||||
carry_id = carry.id,
|
||||
carry_id = item.member_carryid,
|
||||
barcode = item.barcode,
|
||||
is_all_feeding = 0,
|
||||
member_carry_id = item.member_carryid,
|
||||
|
||||
@@ -2509,6 +2509,10 @@ namespace Tnb.ProductionMgr
|
||||
{
|
||||
worklineIds = await db.Queryable<OrganizeEntity>().Where(x => x.ParentId == eqpId && x.Category == DictConst.RegionCategoryWorklineCode && x.DeleteMark == null).Select(x => x.Id).ToListAsync();
|
||||
equipIds = await db.Queryable<EqpEquipment>().Where(x => x.equip_type_id == eqpId).Select(x => x.id).ToListAsync();
|
||||
if (equipIds == null || equipIds.IsEmpty())
|
||||
{
|
||||
equipIds.Add(eqpId);
|
||||
}
|
||||
}
|
||||
|
||||
SqlSugarPagedList<WorkOrderAdjustmentListOutput> result = await db.Queryable<PrdMoTask>()
|
||||
|
||||
Reference in New Issue
Block a user