京东外卖

This commit is contained in:
shuo.wang
2025-05-26 15:36:21 +08:00
parent bafd6d31fc
commit 7baf4804ec
9 changed files with 128 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ public class ShopAccountDAO {
}
int batchInsert(List<ShopAccountDO> list){
public int batchInsert(List<ShopAccountDO> list){
if (CollectionUtils.isEmpty(list)){
return CommonConstants.ZERO;
}