SVN r1114
SVN-Revision: r1114
This commit is contained in:
@@ -9,6 +9,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Data.Common;
|
||||
using System.Data.SqlClient;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
@@ -1024,7 +1025,7 @@ namespace Lskj.PubUserTomodule.AuditPermissionControls
|
||||
|
||||
public void InsertStep(string stepGroup, string stepName)
|
||||
{
|
||||
SqlTransaction myTrans = SqlHelper._connection.BeginTransaction();
|
||||
DbTransaction myTrans = SqlHelper._connection.BeginTransaction();
|
||||
////为事务创建一个命令
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user