|
@@ -302,6 +302,7 @@ public class DistributePopularizeController {
|
|
|
distributeMoneyApply.setRealName(applyMoneyReq.getRealName());
|
|
distributeMoneyApply.setRealName(applyMoneyReq.getRealName());
|
|
|
distributeMoneyApply.setWalletAddr(applyMoneyReq.getWalletAddr());
|
|
distributeMoneyApply.setWalletAddr(applyMoneyReq.getWalletAddr());
|
|
|
distributeMoneyApply.setReason(applyMoneyReq.getRemark());
|
|
distributeMoneyApply.setReason(applyMoneyReq.getRemark());
|
|
|
|
|
+ distributeMoneyApply.setType(applyMoneyReq.getType());
|
|
|
if (isTakeAll != null && isTakeAll) {
|
|
if (isTakeAll != null && isTakeAll) {
|
|
|
distributeMoneyApply.setVerifyStatus(DistributeMoneyApply.Status.verifying);
|
|
distributeMoneyApply.setVerifyStatus(DistributeMoneyApply.Status.verifying);
|
|
|
} else {
|
|
} else {
|