insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) values (NEWID(),'其他伤害','其他伤害',14,'Hiddendangertype') GO insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) values (NEWID(),'其他爆炸','其他爆炸',15,'Hiddendangertype') GO insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) values (NEWID(),'透水','透水',16,'Hiddendangertype') GO