fix(ops): 修复日志打印问题
This commit is contained in:
@@ -46,7 +46,7 @@ public class TtsQueueProcessJob {
|
||||
try {
|
||||
int processedCount = ttsQueueConsumer.processAllQueues();
|
||||
if (processedCount > 0) {
|
||||
log.info("[TTS队列Job] 处理完成: 处理 {} 条消<EFBFBD><EFBFBD>", processedCount);
|
||||
log.info("[TTS队列Job] 处理完成: 处理 {} 条消息", processedCount);
|
||||
}
|
||||
return String.format("TTS队列处理完成: 处理 %d 条消息", processedCount);
|
||||
} catch (Exception e) {
|
||||
|
||||
@@ -167,7 +167,7 @@ public interface BadgeDeviceStatusService {
|
||||
void updateOrderStatusAndBeacon(Long deviceId, Long orderId, String orderStatus, String beaconMac);
|
||||
|
||||
/**
|
||||
* 清除当前工单(包括工单ID、工单状态、信标MAC)
|
||||
* 清除当前工单(包括工单ID、工单状态、区域ID、区域名称、信标MAC)
|
||||
*
|
||||
* @param deviceId 设备ID
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user