src/main/kotlin/com/flightfeather/uav/lightshare/service/impl/MissionServiceImpl.kt
@@ -1,5 +1,6 @@ package com.flightfeather.uav.lightshare.service.impl import com.flightfeather.uav.biz.FactorFilter import com.flightfeather.uav.biz.report.MissionReport import com.flightfeather.uav.common.exception.BizException import com.flightfeather.uav.domain.entity.Mission @@ -60,6 +61,6 @@ } override fun getReport(missionCode: String, response: HttpServletResponse) { missionReport.execute(missionCode) missionReport.execute(missionCode, FactorFilter.default()) } }