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