fix log too large

This commit is contained in:
lnk
2025-07-04 15:10:31 +08:00
parent 7ddf742929
commit dc8fa98473
3 changed files with 31 additions and 8 deletions

View File

@@ -328,6 +328,9 @@ struct ied_usr_t{
int update_flag;//CZY 2023-08-20 台账更新标志 0:keep 2:delete 4:update 8:add
char processNo[64];//台账进程号
bool lastconnectstat;//lnk20250704
bool has_logged_disconnect;//lnk20250704
};