设备人员更新

This commit is contained in:
czz
2025-06-17 18:02:51 +08:00
parent 1eaa24791d
commit e34966aaba
19 changed files with 1120 additions and 726 deletions

View File

@@ -50,7 +50,7 @@ class MhMessageController extends GetControllerEx<MhMessageModel> {
String serviceApi = ServiceConstant.message_list;
String messageType = "app_system";
if (model.type == 1) {
messageType = "app_body";
messageType = "app_vsm";
} else {
messageType = "app_system";
}