ArrayListShopInfo shopInfos = new ArrayList;shopInfosaddshopInfo1;shopInfosaddnewOne;return updateBatchByIdshopInfos这段代码可以简化吗
可以简化为: return updateBatchById(Arrays.asList(shopInfo1, newOne));
原文地址: https://www.cveoy.top/t/topic/cZBv 著作权归作者所有。请勿转载和采集!