|
@@ -68,6 +68,7 @@ func (p ProductService) GetTaskProductsByUserId(param vo.GetAllProductParam) (vo
|
|
|
|
|
|
func (p ProductService) CreateProduct(productCreateParam *vo.ProductCreateParam) (int64, error) {
|
|
|
product := entity.Product{
|
|
|
+ ProductType: productCreateParam.ProductType,
|
|
|
KuaishouProductId: productCreateParam.ProductId,
|
|
|
ProductName: productCreateParam.ProductName,
|
|
|
ProductCategory: productCreateParam.ProductCategory,
|