规格问题

This commit is contained in:
wangw 2025-04-12 15:52:13 +08:00
parent e1fab524f1
commit eadc2f0d51
1 changed files with 2 additions and 0 deletions

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());