|
@@ -144,6 +144,9 @@ public interface FsStoreProductScrmMapper
|
|
|
" <if test='maps.precautions != null and maps.precautions != \"\"'>" +
|
|
" <if test='maps.precautions != null and maps.precautions != \"\"'>" +
|
|
|
" AND precautions LIKE CONCAT('%', #{maps.precautions}, '%')" +
|
|
" AND precautions LIKE CONCAT('%', #{maps.precautions}, '%')" +
|
|
|
" </if>"+
|
|
" </if>"+
|
|
|
|
|
+ "<if test = 'maps.isGift != null'> " +
|
|
|
|
|
+ "and p.is_gift =#{maps.isGift} " +
|
|
|
|
|
+ "</if>" +
|
|
|
" order by p.product_id desc "+
|
|
" order by p.product_id desc "+
|
|
|
"</script>"})
|
|
"</script>"})
|
|
|
List<FsStoreProductListVO> selectFsStoreProductListVO(@Param("maps") FsStoreProductScrm fsStoreProduct);
|
|
List<FsStoreProductListVO> selectFsStoreProductListVO(@Param("maps") FsStoreProductScrm fsStoreProduct);
|