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