This commit is contained in:
2023-06-21 11:17:32 +08:00
parent c4434ce477
commit 1e555f372f
6 changed files with 70 additions and 15 deletions

View File

@@ -63,6 +63,7 @@ namespace Tnb.BasicData
material_id_id = b.id,
status = SqlFunc.IIF(a.status == "0", "禁用", "启用"),
descrip = a.descrip,
quantity = a.quantity,
version = a.version,
route_id = c.name,
route_id_id = c.id,