|
@@ -92,7 +92,10 @@
|
|
|
p.bigTypeID as bigTypeId,
|
|
|
p.smallTypeID as smallTypeId,
|
|
|
p.tinyTypeID as tinyTypeId,
|
|
|
- p.brandID as brandId
|
|
|
+ p.brandID as brandId,
|
|
|
+ p.productRemarks as productRemark,
|
|
|
+ p.productCode,
|
|
|
+ p.stock
|
|
|
from cm_organize_product cop
|
|
|
left join product p on cop.productId = p.productID
|
|
|
where cop.delFlag = 0 and cop.id = #{productId}
|