dubbo无法序列化lambda修改

This commit is contained in:
张松
2025-10-24 10:03:26 +08:00
parent d1acc9da71
commit 3b2a657ea4
5 changed files with 5 additions and 5 deletions

View File

@@ -14,5 +14,5 @@ import java.util.List;
*/
public interface ShopConfigService extends IService<ShopConfig> {
<T> void editStatusByShopIdList(Long mainShopId, Integer isEnable, boolean onyUpValid, LambdaGetter<T> property, String useShopType, List<Long> shopIdList);
void editStatusByShopIdList(Long mainShopId, Integer isEnable, boolean onyUpValid, String name, String useShopType, List<Long> shopIdList);
}