| | |
| | | param.remove("update_time"); |
| | | } |
| | | } |
| | | |
| | | Page<ManLocDetl> page = manLocDetlService.getPage(toPage(curr, limit, param, ManLocDetl.class)); |
| | | return R.ok(page); |
| | | } |
| | |
| | | Page<ManLocDetl> all = manLocDetlService.selectAllPage(manLocDetlPage); |
| | | return R.ok().add(all); |
| | | } |
| | | |
| | | /* |
| | | 平库移库 |
| | | */ |
| | | @RequestMapping("/node/move/start") |
| | | public R nodeMoveStart(@RequestParam String sourceLocNo, @RequestParam String targetLocNo){ |
| | | manLocDetlService.updateLocNo(targetLocNo,sourceLocNo); |
| | | return R.ok(); |
| | | } |
| | | |
| | | private <T> void convert(Map<String, Object> map, EntityWrapper<T> wrapper){ |
| | | for (Map.Entry<String, Object> entry : map.entrySet()){ |
| | | String val = String.valueOf(entry.getValue()); |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |