소스 검색

iaw 支付申请修改

master
chenchaod 2 달 전
부모
커밋
998041fc1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      zhywpt-app-iaw/src/main/java/cn/com/taiji/iaw/manager/issue/IssueOrderManageImpl.java

+ 1
- 1
zhywpt-app-iaw/src/main/java/cn/com/taiji/iaw/manager/issue/IssueOrderManageImpl.java 파일 보기

@@ -148,7 +148,7 @@ public class IssueOrderManageImpl extends AbstractIawManager implements IssueOrd
@Override
public PayApplyResDTO payApply(PayApplyReqDTO reqDto) throws ManagerException {
reqDto.validate();
OrderPayApplyRequest request = new OrderPayApplyRequest();
OrderPayApplyRequest request = copyProperties(reqDto, new OrderPayApplyRequest());
OrderPayApplyResponse response = jsonPostRepeat(request);
return copyProperties(response, new PayApplyResDTO());
}

Loading…
취소
저장