Update SmsHomeNewProductService.java

This commit is contained in:
macro 2021-02-03 20:54:46 +08:00
parent 4437c0ad52
commit 07fca5618b

View File

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