SVN r1103
SVN-Revision: r1103
This commit is contained in:
@@ -16,6 +16,7 @@ using System.Data;
|
||||
using Lskj.Model;
|
||||
using System.Data.SqlClient;
|
||||
using System.Reflection;
|
||||
using System.Data.Common;
|
||||
|
||||
namespace Lskj.Business
|
||||
{
|
||||
@@ -227,7 +228,7 @@ namespace Lskj.Business
|
||||
/// <para>版本:1.0</para>
|
||||
/// </summary>
|
||||
/// <returns>System.Int32.</returns>
|
||||
public static bool SaveBillFlow(BillflowModel model, SqlTransaction Trans)
|
||||
public static bool SaveBillFlow(BillflowModel model, DbTransaction Trans)
|
||||
{
|
||||
string sqlValue = string.Format(@"INSERT INTO p_systembillflow(typeCode,stepCode,stepName,stepAction,backAction,stepGroup,stepSql,billModifyFields,detailModifyFields,beforeEvent,
|
||||
afterEvent,stepApplyText,stepBackText,stepApplyContent,stepBackContent,tm_Test,pStepCode,stepCloseText,stepCloseContent,stepCloseTip,stepDivide)
|
||||
|
||||
Reference in New Issue
Block a user