SVN r1103

SVN-Revision: r1103
This commit is contained in:
cyf
2026-01-30 07:38:00 +00:00
parent ddaf751b19
commit 5ccfe15fee
12 changed files with 258 additions and 154 deletions
@@ -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)