| | |
| | | if (Cools.isEmpty(orderNo)){ |
| | | orderNo=null; |
| | | } |
| | | List<Order> orders = orderService.selectorderNoL(orderNo); |
| | | List<Order> orders = orderService.selectorderNoLT(orderNo); |
| | | if (Cools.isEmpty(orders)){ |
| | | return R.ok(); |
| | | } |
| | |
| | | return R.error("查询信息异常,存在多条明细").add("存在多条明细"); |
| | | } |
| | | OrderDetlGift orderDetlGift = orderDetlGifts.get(0); |
| | | orderDetlGift.setSource(1); |
| | | orderDetlGift.setDeadTime(orderDetlGift.getSource$()); |
| | | orderDetlGiftService.updateById(orderDetlGift); |
| | | // orderDetlGift.setSource(1); |
| | | // orderDetlGift.setDeadTime(orderDetlGift.getSource$()); |
| | | // orderDetlGiftService.updateById(orderDetlGift); |
| | | return R.ok("确认成功").add(orderDetlGift); |
| | | } catch (Exception e){ |
| | | return R.error("查询信息异常,未匹配到明细").add("未匹配到明细"); |
| | |
| | | @PostMapping("/balcony/complete/car/auth/v1") |
| | | // @AppAuth(memo = "中控:2楼212叫托盘") |
| | | public synchronized R balconyCompleteCar() { |
| | | mobileService.trussComb2Car(212); |
| | | return R.ok(); |
| | | // mobileService.trussComb2Car(212); |
| | | return R.error("已禁用").add("已禁用"); |
| | | } |
| | | |
| | | /** |