|
@@ -58,7 +58,7 @@
|
|
|
a.`shopName` AS `shopName`,
|
|
|
-- cs.costProportional AS costProportional,
|
|
|
cs.stock AS stock,
|
|
|
- cs.costCheckFlag AS costCheckFlag,
|
|
|
+ (select costCheckFlag from cm_organize_product_info where productId = cs.productId and organizeId = cs.organizeId ) as costCheckFlag,
|
|
|
cs.costPrice AS costPrice,
|
|
|
a.costPrice as newCostPrice,
|
|
|
p.aliasName AS aliasName,
|