| | |
| | | @ManagerAuth |
| | | public R stockOutList(@RequestParam(defaultValue = "1")Integer curr, |
| | | @RequestParam(defaultValue = "10")Integer limit, |
| | | // @RequestParam(required = false)String condition, |
| | | @RequestParam Map<String, Object> param){ |
| | | if (!Cools.isEmpty(param.get("modi_time"))){ |
| | | String val = String.valueOf(param.get("modi_time")); |
| | |
| | | value= (String) param.get(s); |
| | | } |
| | | LocMast loc_no = locMastService.selectOne(new EntityWrapper<LocMast>().eq("loc_no", value)); |
| | | if (loc_no.getLocSts().equals("O")||loc_no.getLocSts().equals("F")){ |
| | | if (loc_no.getLocSts().equals("O")||loc_no.getLocSts().equals("D")||loc_no.getLocSts().equals("F")){ |
| | | EntityWrapper<LocDetl> wrapper = new EntityWrapper<>(); |
| | | convert(param, wrapper); |
| | | allLike(LocDetl.class, param.keySet(), wrapper, condition); |