dev^2
parent
11e38b86c8
commit
24ae61a8e5
|
|
@ -441,6 +441,9 @@ public class DeviceInfoService extends ServiceImpl<DeviceInfoMapper, DeviceInfoE
|
||||||
if (orderInfo.getCheckStatus() == CheckStatus.WeiKanLiao) {
|
if (orderInfo.getCheckStatus() == CheckStatus.WeiKanLiao) {
|
||||||
// 播语音
|
// 播语音
|
||||||
playVoice(sn, cid, "{}未看料", licensePlate);
|
playVoice(sn, cid, "{}未看料", licensePlate);
|
||||||
|
return resBuilder
|
||||||
|
.put("data", dataBuilder.build())
|
||||||
|
.build();
|
||||||
}
|
}
|
||||||
boolean b = orderInfoService.truckLeaving(new TruckLeavingOrderParam()
|
boolean b = orderInfoService.truckLeaving(new TruckLeavingOrderParam()
|
||||||
.setOrderId(orderId)
|
.setOrderId(orderId)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue