记得上下班打卡 | git大法好,push需谨慎

Commit eef3b121 authored by jiangxiulong's avatar jiangxiulong

refundBatch

parent 3bdc25bc
......@@ -197,7 +197,7 @@ public class KylinRefundPerformancesAdminServiceImpl {
public KylinOrderRefundBatchesVo detail(String orderRefundId) {
KylinOrderRefundBatches data = kylinOrderRefundBatchesMapper.selectOne(
new UpdateWrapper<KylinOrderRefundBatches>()
.eq("order_refunds_id", orderRefundId)
.eq("refund_batch_id", orderRefundId)
);
KylinOrderRefundBatchesVo kylinOrderRefundBatchesVo = new KylinOrderRefundBatchesVo();
BeanUtils.copyProperties(data, kylinOrderRefundBatchesVo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment