进口仓单推送
This commit is contained in:
+8
-1
@@ -88,7 +88,14 @@ public class StockShelfOrderApi extends BaseController {
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ApiOperation("推送")
|
||||
@PostMapping("/batchPush")
|
||||
public AjaxResult batchPush(@RequestBody List<Long> idList){
|
||||
if(idList == null || idList.isEmpty()){
|
||||
return AjaxResult.error("没有数据需要推送");
|
||||
}
|
||||
return stockShelfOrderApplicationService.batchPush(idList);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user