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

Commit 3bdc25bc authored by jiangxiulong's avatar jiangxiulong

refundBatch

parent 039a51be
......@@ -186,7 +186,6 @@ public class KylinRefundPerformancesAdminServiceImpl {
KylinOrderRefundBatches params = new KylinOrderRefundBatches();
params.setStatus(batchStatus);
params.setExecutorAt(LocalDateTime.now());
kylinOrderRefundBatchesMapper.update(params, new UpdateWrapper<KylinOrderRefundBatches>().eq("refund_batch_id", refundBatchId));
return true;
......
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