Explorar el Código

过滤下架产品

kobe6258 hace 4 meses
padre
commit
2448c0406c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      domian/merchant/merchant_product.go

+ 1 - 0
domian/merchant/merchant_product.go

@@ -73,6 +73,7 @@ func convertToDTO(product merchantDao.MerchantProduct) MerchantProductDTO {
 		IsPermanent: product.IsPermanent,
 		ValidDays:   product.ValidDays,
 		SourceId:    product.SourceID,
+		SaleStatus:  string(product.SaleStatus),
 		CreatedTime: product.CreatedTime,
 	}
 }