mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 开户信息
This commit is contained in:
@@ -38,6 +38,7 @@ import com.jsowell.pile.domain.ClearingWithdrawInfo;
|
||||
import com.jsowell.pile.domain.MemberBasicInfo;
|
||||
import com.jsowell.pile.dto.PayOrderDTO;
|
||||
import com.jsowell.pile.service.*;
|
||||
import com.jsowell.pile.vo.base.MerchantInfoVO;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.collections4.CollectionUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -267,7 +268,10 @@ public class AdapayService {
|
||||
// 审核失败
|
||||
if (Constants.TWO.equals(adapayMemberAccount.getStatus())) {
|
||||
AdapayCorpMemberVO adapayCorpMemberVO = new AdapayCorpMemberVO();
|
||||
adapayCorpMemberVO.setName("");
|
||||
MerchantInfoVO merchantInfoVO = pileMerchantInfoService.getMerchantInfoVO(adapayMemberAccount.getMerchantId());
|
||||
if (merchantInfoVO != null) {
|
||||
adapayCorpMemberVO.setName(merchantInfoVO.getMerchantName());
|
||||
}
|
||||
adapayCorpMemberVO.setAuditState("B");
|
||||
adapayCorpMemberVO.setAuditDesc(adapayMemberAccount.getRemark());
|
||||
map.put("adapayCorpMember", adapayCorpMemberVO);
|
||||
|
||||
Reference in New Issue
Block a user