| | |
| | | excludeTrash(param); |
| | | convert(param, wrapper); |
| | | if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));} else { |
| | | wrapper.orderBy("create_time", false); |
| | | wrapper.orderBy("update_time", false); |
| | | } |
| | | wrapper.eq("status", 1); |
| | | Page<OrderDetlPakout> orderDetlPage = orderDetlService.selectPage(new Page<>(curr, limit), wrapper); |
| | |
| | | } |
| | | } |
| | | |
| | | // @RequestMapping(value = "/orderDetl/batch/report/auth") |
| | | // @ManagerAuth(memo = "修改上报项") |
| | | // public R reportBatch(@RequestBody JSONObject param) { |
| | | // String.valueOf(param.get("key"))), param.get("val") |
| | | // System.out.println(param); |
| | | // return R.ok(); |
| | | // } |
| | | |
| | | @RequestMapping(value = "/orderDetl/batch/report/auth") |
| | | @ManagerAuth(memo = "修改上报项") |
| | | public R reportBatch(ReportOrderBatchDetlParam param) { |
| | |
| | | } |
| | | return R.ok(); |
| | | } |
| | | |
| | | |
| | | |
| | | } |