bus 编译错误

This commit is contained in:
wangmingjun
2023-02-28 14:10:36 +08:00
parent 4a05f7d78a
commit a8af73deb3

View File

@@ -963,7 +963,7 @@ public class OrderModel {
//展示在运营消息
OCHSocketMessageManager.INSTANCE.pushAppOperationalMsgBox(
DateTimeUtil.getCurrentTimeStamp(),
tips);
tips,OCHSocketMessageManager.OPERATION_SYSTEM);
//语音提示
VoiceNotice.showNotice(tips);
}