|  |  | 
 |  |  |         excludeTrash(param); | 
 |  |  |         convert(param, wrapper); | 
 |  |  |         if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));} else { | 
 |  |  |             wrapper.orderBy("create_time", false); | 
 |  |  |             wrapper.orderBy("settle").orderBy("create_time", false); | 
 |  |  |         } | 
 |  |  |         return R.ok(packService.selectPage(new Page<>(curr, limit), wrapper)); | 
 |  |  |     } | 
 |  |  | 
 |  |  |         } | 
 |  |  |         Mat mat = new Mat(); | 
 |  |  |         mat.setTagId(tagService.getTop().getId()); | 
 |  |  |         mat.setLocType(tagService.getTop().getId()); | 
 |  |  |         mat.setMatnr(barcode); | 
 |  |  |         mat.setMaktx(barcode); | 
 |  |  |         mat.setStatus(1); |