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