自动化立体仓库 - WMS系统
zjj
2024-05-07 ff3a5d59ab306792fe86b6805db61470e94bca79
src/main/java/com/zy/asrs/controller/MatController.java
@@ -104,6 +104,24 @@
    }
    @RequestMapping(value = "/mat/emptyBucketsList/auth")
    @ManagerAuth
    public R emptyBucketsList(@RequestParam(defaultValue = "1")Integer curr,
                  @RequestParam(defaultValue = "10")Integer limit,
                  @RequestParam(required = false)String orderByField,
                  @RequestParam(required = false)String orderByType,
                  @RequestParam Map<String, Object> param){
         int tagId = 46;
        return R.ok(matService.getPage(new Page<>(curr, limit)
                , String.valueOf(tagId)
                , param.get("matnr")
                , param.get("maktx"))
        );
    }
    private void convert(Map<String, Object> map, EntityWrapper wrapper){
        for (Map.Entry<String, Object> entry : map.entrySet()){
            String val = String.valueOf(entry.getValue());