|
|
@@ -292,7 +292,7 @@ public class UserInspectDriverServiceImpl extends BaseServiceImpl<TauvInspectDri |
|
|
|
List<String> inspectHandName = iSysAdminService.getAdminNameByIds(inspectDriver.getInspectHand()); |
|
|
|
inspectDriverInfoVo.setInspectHandName(org.apache.commons.lang3.StringUtils.join(inspectHandName.toArray(), ",")); |
|
|
|
//app巡河 |
|
|
|
if (inspectDriver.getSource() == 5) { |
|
|
|
if (inspectDriver.getSource() == 2) { |
|
|
|
TauvInspectApp appInfo = iTauvInspectAppService.getInfo(inspectDriver.getInspectId()); |
|
|
|
if (appInfo == null) { |
|
|
|
return response.failure("巡检任务不存在"); |