Update SmsHomeRecommendSubjectService.java

This commit is contained in:
macro 2021-02-16 10:21:34 +08:00
parent e22c59ccf0
commit 8d25c03cc1

View File

@ -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);