|
|
@ -5,6 +5,7 @@ import com.epmet.dto.extract.form.ExtractOriginFormDTO; |
|
|
|
import com.epmet.dto.extract.form.ExtractScreenFormDTO; |
|
|
|
import com.epmet.service.evaluationindex.extract.toscreen.ScreenExtractService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.scheduling.annotation.Async; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
@ -27,6 +28,7 @@ public class ScreenExtractDailyController { |
|
|
|
* @author zxc |
|
|
|
* @date 2020/9/24 10:15 上午 |
|
|
|
*/ |
|
|
|
@Async |
|
|
|
@PostMapping("extractdailyall") |
|
|
|
public Result screenExtractDaily(@RequestBody ExtractOriginFormDTO extractOriginFormDTO) { |
|
|
|
screenExtractService.extractDailyAll(extractOriginFormDTO); |
|
|
|