From 0e9b6603d4ae9d11c1fbc90257ce816c5807b8ff Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 28 十月 2022 16:55:02 +0800 Subject: [PATCH] 批量添加结算消息 --- app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornSettleService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornSettleService.java b/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornSettleService.java index 643afcf..6563881 100644 --- a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornSettleService.java +++ b/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornSettleService.java @@ -27,7 +27,7 @@ * @date 11:46 2022/4/7 * @param: day **/ - public void startSettle(Date day, String remarks, SystemEnum system) throws GoldCornSettleRecordException, ParamsException; + public void startSettle(Date day, String remarks, SystemEnum system) throws Exception; /** -- Gitblit v1.8.0