自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-10-19 3989e356b6b8bcd31e2d2981ac78e41f8ebbdfa5
src/main/java/com/zy/asrs/controller/LocDetlController.java
@@ -178,7 +178,7 @@
    @RequestMapping(value = "/locDetl/export/auth")
    @ManagerAuth(memo = "库位明细导出")
    public R export(@RequestBody JSONObject param){
    public synchronized R export(@RequestBody JSONObject param){
        List<String> fields = JSONObject.parseArray(param.getJSONArray("fields").toJSONString(), String.class);
        EntityWrapper<LocDetl> wrapper = new EntityWrapper<>();
        Map<String, Object> map = excludeTrash(param.getJSONObject("locDetl"));