自动化立体仓库 - WMS系统
1
ZY
2025-04-02 5d1f03e3277517aa41af68b0b6d2fb3d008a867e
src/main/java/com/zy/asrs/controller/OrderDetlLogController.java
@@ -66,7 +66,7 @@
    @RequestMapping(value = "/orderDetlLog/export/auth")
    @ManagerAuth
    public R export(@RequestBody JSONObject param){
    public synchronized R export(@RequestBody JSONObject param){
        EntityWrapper<OrderDetlLog> wrapper = new EntityWrapper<>();
        List<String> fields = JSONObject.parseArray(param.getJSONArray("fields").toJSONString(), String.class);
        Map<String, Object> map = excludeTrash(param.getJSONObject("orderDetl"));