|
|
@@ -78,7 +78,7 @@ public interface FsStoreProductScrmMapper
|
|
|
@Select({"<script> " +
|
|
|
"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 is_del = 0" +
|
|
|
+ "where 1=1 and p.is_del = 0" +
|
|
|
"<if test = 'maps.productName != null and maps.productName !=\"\" '> " +
|
|
|
"and p.product_name like CONCAT('%',#{maps.productName},'%') " +
|
|
|
"</if>" +
|