Browse Source

产品信息

kobe6258 4 months ago
parent
commit
dbd2945e0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/product.go

+ 1 - 0
controllers/product.go

@@ -510,6 +510,7 @@ func (this *ProductController) ProductList() {
 			Creator:       product.Creator,
 			IsPermanent:   product.IsPermanent,
 			Description:   product.Description,
+			SourceId:      product.SourceId,
 		}
 		if !product.UpdatedTime.IsZero() {
 			view.UpdatedTime = product.UpdatedTime.Format(time.DateTime)