3 lines
180 B
MySQL
3 lines
180 B
MySQL
|
|
insert into nms_error_code (ID, ERROR_CODE, ERROR_NAME, ERROR_DES, ERROR_LEVEL)
|
||
|
|
values(29,'DataCollectError','数据收集异常','数据收集管理线程停止运行',3);
|
||
|
|
commit;
|