From 6a1a6dda565342de58e7ce70fb78e628e8493b0c Mon Sep 17 00:00:00 2001 From: fengjin <1435304038@qq.com> Date: 星期二, 15 十一月 2022 18:04:24 +0800 Subject: [PATCH] Merge branch 'huacheng_test' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into huacheng_test --- flower_city/src/main/java/com/dg/core/service/ITransactionEventService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/flower_city/src/main/java/com/dg/core/service/ITransactionEventService.java b/flower_city/src/main/java/com/dg/core/service/ITransactionEventService.java index a19e620..9aa31e6 100644 --- a/flower_city/src/main/java/com/dg/core/service/ITransactionEventService.java +++ b/flower_city/src/main/java/com/dg/core/service/ITransactionEventService.java @@ -151,6 +151,6 @@ * @return */ List<TransactionEvent> selectClassifyList(List<String> ids); - boolean batchImport(String fileName, MultipartFile file) ; + Integer batchImport(String fileName, MultipartFile file) ; } -- Gitblit v1.7.1