Commit 8d25c03c authored by macro's avatar macro
Browse files

Update SmsHomeRecommendSubjectService.java

parent e22c59cc
...@@ -27,7 +27,7 @@ public interface SmsHomeRecommendSubjectService { ...@@ -27,7 +27,7 @@ public interface SmsHomeRecommendSubjectService {
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