|
|
@@ -76,8 +76,7 @@ public interface FsStoreProductScrmMapper
|
|
|
*/
|
|
|
public int deleteFsStoreProductByIds(Long[] productIds);
|
|
|
@Select({"<script> " +
|
|
|
- "select p.*,fspavs.bar_code as barCode2,pc.cate_name, fs.store_name from fs_store_product_scrm p left join fs_store_product_category_scrm pc on p.cate_id=pc.cate_id " +
|
|
|
- "left join fs_store_product_attr_value_scrm as fspavs on fspavs.product_id=p.product_id "+
|
|
|
+ "select p.*,pc.cate_name, fs.store_name from fs_store_product_scrm p left join fs_store_product_category_scrm pc on p.cate_id=pc.cate_id " +
|
|
|
"left join fs_store fs on fs.store_id = p.store_id " +
|
|
|
"where 1=1 and p.is_del = 0" +
|
|
|
"<if test = 'maps.productName != null and maps.productName !=\"\" '> " +
|