|
@@ -238,6 +238,8 @@ public class ProductAttachServiceImpl implements ProductAttachService {
|
|
|
Component component = componentDao.findByUuid(product.getCmpUuId());
|
|
Component component = componentDao.findByUuid(product.getCmpUuId());
|
|
|
if (component != null) {
|
|
if (component != null) {
|
|
|
submit.setUuid(product.getCmpUuId());
|
|
submit.setUuid(product.getCmpUuId());
|
|
|
|
|
+ submit.setKindId(component.getKindid());
|
|
|
|
|
+ submit.setBrandId(component.getBrandid());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
return submit;
|
|
return submit;
|