684
社区成员
发帖
与我相关
我的任务
分享
try
{
RateSetting rs = new RateSetting();
rs.tongHua = tongHua;
rs.duanXin = duanXin;
rs.liuLiang = liuLiang;
this.UpdateCost(rs, tx);
tx.Commit();
}
catch (SqlException ex)
{
MessageBox.Show(ex.Message);
tx.Rollback();
}
catch (Exception e)
{
MessageBox.Show(e.Message);
tx.Rollback();
}