parent
81448dbc47
commit
68083196ee
|
@ -371,7 +371,7 @@ public class CbsPluginServiceImpl implements ICbsPluginService {
|
|||
} else {
|
||||
result.setPayResult(PayState.payStateGetValue(pay_status));//支付状态 支付状态和支付申请状态用一个
|
||||
}
|
||||
agentPaymentService.updateResult(result);
|
||||
|
||||
//更新明细表
|
||||
List<AgentPayQueryDTO> agentDetails = agentPayResultResDTO.getAgentDetails();
|
||||
for (AgentPayQueryDTO d : agentDetails) {
|
||||
|
@ -386,6 +386,8 @@ public class CbsPluginServiceImpl implements ICbsPluginService {
|
|||
detail.setDataSourceCode(oa_data_source_code);
|
||||
agentPaymentDetailService.updatePayResult(detail);
|
||||
}
|
||||
result.setPayDate(CBSUtil.convertTimestampToString(agentDetails.get(0).getDtlPayTime()));
|
||||
agentPaymentService.updateResult(result);
|
||||
}
|
||||
}
|
||||
return agentPayResultResDTO;
|
||||
|
|
Loading…
Reference in New Issue