@@ -140,7 +140,6 @@ public class ThInspectionServiceImpl extends BaseServiceImpl<ThInspectionMapper, | |||
log.info("user查询完成"); | |||
Tenant tenant = tenantMapper.selectById(user.getTenantId()); | |||
log.info("tenant查询完成"); | |||
Assert.notNull(thMission,"任务不能为空!"); | |||
//这边需要配置到yml文件里面 | |||
log.info("executeTask准备入参"); |