dev^2
lzq 2026-02-12 19:25:59 +08:00
parent 11e38b86c8
commit 24ae61a8e5
1 changed files with 3 additions and 0 deletions

View File

@ -441,6 +441,9 @@ public class DeviceInfoService extends ServiceImpl<DeviceInfoMapper, DeviceInfoE
if (orderInfo.getCheckStatus() == CheckStatus.WeiKanLiao) {
// 播语音
playVoice(sn, cid, "{}未看料", licensePlate);
return resBuilder
.put("data", dataBuilder.build())
.build();
}
boolean b = orderInfoService.truckLeaving(new TruckLeavingOrderParam()
.setOrderId(orderId)