规格问题
This commit is contained in:
parent
e1fab524f1
commit
eadc2f0d51
|
|
@ -300,6 +300,8 @@ public class ShopSyncServiceImpl implements ShopSyncService {
|
||||||
if (newSpec == null) {
|
if (newSpec == null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
newSpec.setPid(spec.getPid());
|
||||||
|
newSpec.setPids(spec.getPids());
|
||||||
newSpec.setName(spec.getName());
|
newSpec.setName(spec.getName());
|
||||||
newSpec.setFullName(spec.getFullName());
|
newSpec.setFullName(spec.getFullName());
|
||||||
newSpec.setLevel(spec.getLevel());
|
newSpec.setLevel(spec.getLevel());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue