Browse Source

打log

tags/v1.1.0^2
wanghaoran 1 year ago
parent
commit
732b4529b0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tuoheng-admin/src/main/java/com/tuoheng/admin/service/impl/ThInspectionServiceImpl.java

+ 1
- 0
tuoheng-admin/src/main/java/com/tuoheng/admin/service/impl/ThInspectionServiceImpl.java View File

@@ -128,6 +128,7 @@ public class ThInspectionServiceImpl extends BaseServiceImpl<ThInspectionMapper,

@Override
public JsonResult executeTask(String missionId,PushAndPullURLRequest pushAndPull) throws ServiceException{
log.info("executeTask准备就绪");
Tenant tenant = tenantMapper.selectById(ShiroUtils.getTenantId());
ThMission thMission = missionMapper.selectById(Integer.parseInt(missionId));
Assert.notNull(thMission,"任务不能为空!");

Loading…
Cancel
Save