规格问题

This commit is contained in:
2025-04-12 15:52:13 +08:00
parent e1fab524f1
commit eadc2f0d51

View File

@@ -300,6 +300,8 @@ public class ShopSyncServiceImpl implements ShopSyncService {
if (newSpec == null) {
continue;
}
newSpec.setPid(spec.getPid());
newSpec.setPids(spec.getPids());
newSpec.setName(spec.getName());
newSpec.setFullName(spec.getFullName());
newSpec.setLevel(spec.getLevel());