feat:下单平台,整机档案列表增加字段

This commit is contained in:
zzs 2025-01-18 15:36:47 +08:00
parent 84314ea5f4
commit 2ac0f0d263

View File

@ -517,6 +517,8 @@ public class AssepcDynamic {
map.put("warrantyenddate", "");
}
map.put("yem_saledate", dynamicObject.getString("yem_saledate"));
result.add(map);
}