@@ -357,10 +357,10 @@ public class CashOutServiceImpl extends ServiceImpl<CashOutDao, CashOut> impleme
} catch (Exception e) {
e.printStackTrace();
log.error("发起提现出错!" + e.getMessage(), e);
+ throw new SqxException(e.getMessage());
} finally {
reentrantReadWriteLock.writeLock().unlock();
}
- return Result.error("系统繁忙,请稍后再试!");
@Override