Commit 439c715f authored by hezhen's avatar hezhen

123

parent 83dcfa7e
...@@ -193,7 +193,7 @@ public class MyWaterBiz extends BaseBiz<MyWalletMapper, MyWallet>{ ...@@ -193,7 +193,7 @@ public class MyWaterBiz extends BaseBiz<MyWalletMapper, MyWallet>{
log.info("---钱包定时处理今日收益updTodayAmount----userId==="+myWallet.getUserId()); log.info("---钱包定时处理今日收益updTodayAmount----userId==="+myWallet.getUserId());
XxlJobLogger.log("---钱包定时处理今日收益updTodayAmount----userId==="+myWallet.getUserId()); XxlJobLogger.log("---钱包定时处理今日收益updTodayAmount----userId==="+myWallet.getUserId());
MyWallet myWallet1=new MyWallet(); MyWallet myWallet1=new MyWallet();
myWallet.setUserId(myWallet.getUserId()); myWallet1.setUserId(myWallet.getUserId());
myWallet1.setTodayAmount(new BigDecimal("0.00")); myWallet1.setTodayAmount(new BigDecimal("0.00"));
updateSelectiveById(myWallet1); updateSelectiveById(myWallet1);
} }
......
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