Merge branch 'dev' of ssh://git.tuotong-tech.com:9105/tnb/tnb.server into dev
This commit is contained in:
@@ -165,7 +165,7 @@ namespace Tnb.EquipMgr
|
||||
id = a.id,
|
||||
mold_code = a.mold_code,
|
||||
mold_name = a.mold_name,
|
||||
cavity_qty = a.cavity_qty.HasValue ? a.cavity_qty.Value : 0,
|
||||
cavity_qty = a.mold_cavity.HasValue ? a.mold_cavity.Value : 0,
|
||||
real_cavity_qty = b.real_cavity_qty.HasValue ? b.real_cavity_qty.Value : 0
|
||||
}).ToListAsync();
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user