Browse Source

Update SmsHomeRecommendProductService.java

macro 4 years ago
parent
commit
e22c59ccf0

+ 1 - 1
mall-admin/src/main/java/com/macro/mall/service/SmsHomeRecommendProductService.java

@@ -27,7 +27,7 @@ public interface SmsHomeRecommendProductService {
     int delete(List<Long> ids);
 
     /**
-     * 更新推荐状态
+     * 批量更新推荐状态
      */
     int updateRecommendStatus(List<Long> ids, Integer recommendStatus);