diff --git a/src/main/java/com/gaotao/modules/pda/controller/SplitController.java b/src/main/java/com/gaotao/modules/pda/controller/SplitController.java index 6ed0e9a..f0f0978 100644 --- a/src/main/java/com/gaotao/modules/pda/controller/SplitController.java +++ b/src/main/java/com/gaotao/modules/pda/controller/SplitController.java @@ -1,6 +1,7 @@ package com.gaotao.modules.pda.controller; +import com.gaotao.common.annotation.RepeatSubmit; import com.gaotao.modules.pda.config.XuJieConfig; import com.gaotao.modules.pda.service.SplitService; import com.gaotao.modules.pda.utils.ResponseData; @@ -150,6 +151,7 @@ public class SplitController { */ @PostMapping(value="/endCurrentScan") @ResponseBody + @RepeatSubmit public Object endCurrentScan(HttpServletRequest request, String depot){ HttpSession session = request.getSession(); ResponseData responseData = splitService.endCurrentScan(session, xuJieConfig.getWebservice(), depot);