增加异常抛出
This commit is contained in:
parent
a988e974d6
commit
a1c16f0be6
@ -63,7 +63,7 @@ public class WmsOutTaskController extends BaseController {
|
||||
}
|
||||
|
||||
@PutMapping("/open/run/{wmsOutTaskIds}")
|
||||
public AjaxResult openRun(@PathVariable Long[] wmsOutTaskIds) {
|
||||
public AjaxResult openRun(@PathVariable Long[] wmsOutTaskIds) throws JAXBException {
|
||||
return toAjax(wmsOutTaskService.runWmsOutTask(wmsOutTaskIds));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user