|
|
@@ -1,6 +1,5 @@
|
|
|
package com.zhongshu.payment.server.core.service.impl;
|
|
|
|
|
|
-import com.zhongshu.payment.client.model.WalletFlowModel;
|
|
|
import com.zhongshu.payment.client.model.WalletModel;
|
|
|
import com.zhongshu.payment.client.model.param.AmountUpdateParam;
|
|
|
import com.zhongshu.payment.client.ret.ResultContent;
|
|
|
@@ -19,7 +18,6 @@ import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
-import java.util.List;
|
|
|
|
|
|
/**
|
|
|
* @author wjf
|
|
|
@@ -243,10 +241,10 @@ public class WalletFeignServiceImpl implements WalletFeignService {
|
|
|
// return ResultContent.buildSuccess();
|
|
|
// }
|
|
|
|
|
|
- @Override
|
|
|
- public List<WalletFlowModel> queryWalletFlow(String walletId) {
|
|
|
- return null;
|
|
|
- }
|
|
|
+// @Override
|
|
|
+// public List<WalletFlowModel> queryWalletFlow(String walletId) {
|
|
|
+// return null;
|
|
|
+// }
|
|
|
|
|
|
private WalletFlow createWalletFlow(String walletId, BigDecimal total, String outTradeNo, TradeType type, Object attach, String schoolId){
|
|
|
WalletFlow walletFlow = new WalletFlow();
|