Commit 07fca561 authored by macro's avatar macro
Browse files

Update SmsHomeNewProductService.java

parent 4437c0ad
...@@ -27,7 +27,7 @@ public interface SmsHomeNewProductService { ...@@ -27,7 +27,7 @@ public interface SmsHomeNewProductService {
int delete(List<Long> ids); int delete(List<Long> ids);
/** /**
* 更新推荐状态 * 批量更新推荐状态
*/ */
int updateRecommendStatus(List<Long> ids, Integer recommendStatus); int updateRecommendStatus(List<Long> ids, Integer recommendStatus);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment