foreach (CheckItem ckCSLX in CSLX.SelectedItemArray)
{
retVal = Govaze.SQLServerDAL.Factory.getCB719DAL().d_YWZC_new_Main_Sub_CSYW(MainAID, "CSLX10", int.Parse(ckCSLX.Value), getUserName());
if (retVal)
{
}
else
{
Alert.Show("添加测试类型失败,请重试!", MessageBoxIcon.Warning);
return;
}
}