|
@@ -254,6 +254,7 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
distributeMoneyApply.setWalletAddr(applyMoneyReq.getWalletAddr());
|
|
distributeMoneyApply.setWalletAddr(applyMoneyReq.getWalletAddr());
|
|
|
distributeMoneyApply.setRemark(applyMoneyReq.getRemark());
|
|
distributeMoneyApply.setRemark(applyMoneyReq.getRemark());
|
|
|
distributeMoneyApply.setType(applyMoneyReq.getType());
|
|
distributeMoneyApply.setType(applyMoneyReq.getType());
|
|
|
|
|
+ distributeMoneyApply.setNetwork(applyMoneyReq.getNetwork());
|
|
|
if (isTakeAll != null && isTakeAll) {
|
|
if (isTakeAll != null && isTakeAll) {
|
|
|
distributeMoneyApply.setVerifyStatus(UserMirrorShopDistributeMoneyApply.Status.verifying);
|
|
distributeMoneyApply.setVerifyStatus(UserMirrorShopDistributeMoneyApply.Status.verifying);
|
|
|
} else {
|
|
} else {
|
|
@@ -437,6 +438,7 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
distributeMoneyApply.setRemark(applyMoneyReq.getRemark());
|
|
distributeMoneyApply.setRemark(applyMoneyReq.getRemark());
|
|
|
distributeMoneyApply.setType(applyMoneyReq.getType());
|
|
distributeMoneyApply.setType(applyMoneyReq.getType());
|
|
|
distributeMoneyApply.setMType(applyMoneyReq.getMType());
|
|
distributeMoneyApply.setMType(applyMoneyReq.getMType());
|
|
|
|
|
+ distributeMoneyApply.setNetwork(applyMoneyReq.getNetwork());
|
|
|
if (isTakeAll != null && isTakeAll) {
|
|
if (isTakeAll != null && isTakeAll) {
|
|
|
distributeMoneyApply.setVerifyStatus(DistributeMoneyApply.Status.verifying);
|
|
distributeMoneyApply.setVerifyStatus(DistributeMoneyApply.Status.verifying);
|
|
|
} else {
|
|
} else {
|