Commit 6374c4d9 authored by hezhen's avatar hezhen

122

parent 36067bc7
......@@ -19,7 +19,7 @@ import java.io.Serializable;
*/
@JobHandler(value = "walletHandler")
@Component
@Slf4j
//@Slf4j
public class RentDepositJobHandler extends IJobHandler {
// @Autowired
......@@ -28,7 +28,8 @@ public class RentDepositJobHandler extends IJobHandler {
@Override
public ReturnT<String> execute(String var1) throws Exception {
try {
log.info("-----定时器进入---walletHandler---");
XxlJobLogger.log("-----定时器进入---walletHandler---");
// log.info("-----定时器进入---walletHandler---");
// myWaterBiz.updTodayAmount();
ReturnT returnT = new ReturnT(){{
setCode(100);
......
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