优化日志以及属性设置代码
This commit is contained in:
@@ -90,4 +90,6 @@ public interface IStreamPushService {
|
||||
void deleteByAppAndStream(String app, String stream);
|
||||
|
||||
void updatePushStatus(Integer streamPushId, boolean pushIng);
|
||||
|
||||
void batchUpdate(List<StreamPush> streamPushItemForUpdate);
|
||||
}
|
||||
|
||||
@@ -549,4 +549,8 @@ public class StreamPushServiceImpl implements IStreamPushService {
|
||||
return new ArrayList<>(result.values());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void batchUpdate(List<StreamPush> streamPushItemForUpdate) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user