|
@@ -400,6 +400,7 @@ public class ProductService extends CrudService<ProductDao, Product> {
|
|
|
product.setSqlSupplierTaxPoint(Double.valueOf(product.getSupplierTaxPoint()));
|
|
|
}
|
|
|
productDao.insert(product);
|
|
|
+ productDetailInfo.setProductID(product.getProductID());
|
|
|
// 保存商品图片
|
|
|
String image1 = product.getImage1();
|
|
|
if (StringUtils.isNotEmpty(image1)) {
|