Commit e22c59cc authored by macro's avatar macro
Browse files

Update SmsHomeRecommendProductService.java

parent 07fca561
......@@ -27,7 +27,7 @@ public interface SmsHomeRecommendProductService {
int delete(List<Long> ids);
/**
* 更新推荐状态
* 批量更新推荐状态
*/
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