规格问题
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user