Commit 0acd041d by yao.xiao

补充提交

parent 918e7b0d
......@@ -676,6 +676,7 @@ public class AgmsFortuneServiceImpl implements AgmsFortuneService {
//修改withdraw记录
customerFortuneWithdraws.forEach(w -> {
w.setIsPaid(1);
w.setStatus(1);
w.setPaidDate(new Date());
});
customerFortuneWithdrawDalService.updateAll(customerFortuneWithdraws);
......
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