log.info("user查询完成"); | log.info("user查询完成"); | ||||
Tenant tenant = tenantMapper.selectById(user.getTenantId()); | Tenant tenant = tenantMapper.selectById(user.getTenantId()); | ||||
log.info("tenant查询完成"); | log.info("tenant查询完成"); | ||||
Assert.notNull(thMission,"任务不能为空!"); | |||||
//这边需要配置到yml文件里面 | //这边需要配置到yml文件里面 | ||||
log.info("executeTask准备入参"); | log.info("executeTask准备入参"); |