SVN r822
SVN-Revision: r822
This commit is contained in:
@@ -163,7 +163,7 @@ namespace Lskj.Business.Impl
|
||||
new SqlParameter("@srcRowKey",SqlDbType.VarChar,50),
|
||||
new SqlParameter("@srcColKey",SqlDbType.VarChar,40),
|
||||
new SqlParameter("@dstModId",SqlDbType.VarChar,50),
|
||||
new SqlParameter("@dstRowKey",SqlDbType.VarChar,20),
|
||||
new SqlParameter("@dstRowKey",SqlDbType.VarChar,100),
|
||||
new SqlParameter("@dstColKey",SqlDbType.VarChar,500),
|
||||
new SqlParameter("@operatorid",SqlDbType.Int),
|
||||
new SqlParameter("@operatorname",SqlDbType.VarChar,50),
|
||||
@@ -180,7 +180,7 @@ namespace Lskj.Business.Impl
|
||||
new SqlParameter("@srcRowKey",SqlDbType.VarChar,50),
|
||||
new SqlParameter("@srcColKey",SqlDbType.VarChar,40),
|
||||
new SqlParameter("@dstModId",SqlDbType.VarChar,50),
|
||||
new SqlParameter("@dstRowKey",SqlDbType.VarChar,20),
|
||||
new SqlParameter("@dstRowKey",SqlDbType.VarChar,100),
|
||||
new SqlParameter("@dstColKey",SqlDbType.VarChar,500),
|
||||
new SqlParameter("@operatorid",SqlDbType.Int),
|
||||
new SqlParameter("@operatorname",SqlDbType.VarChar,50),
|
||||
@@ -243,26 +243,4 @@ namespace Lskj.Business.Impl
|
||||
new SqlParameter("@modid",SqlDbType.Int),
|
||||
new SqlParameter("@storehouseid",SqlDbType.Int),
|
||||
new SqlParameter("@uniqueCode",SqlDbType.VarChar,40),
|
||||
new SqlParameter("@mxid",SqlDbType.Int),
|
||||
new SqlParameter("@billtype",SqlDbType.VarChar,20),
|
||||
new SqlParameter("@productid",SqlDbType.VarChar,20),
|
||||
new SqlParameter("@operatorid",SqlDbType.Int),
|
||||
new SqlParameter("@operatorname",SqlDbType.VarChar,50),
|
||||
msg,
|
||||
returnValue
|
||||
};
|
||||
param[0].Value = primaryKey;
|
||||
param[1].Value = modid;
|
||||
param[2].Value = storehouseid;
|
||||
param[3].Value = uniqueCode;
|
||||
param[4].Value = mxid;
|
||||
param[5].Value = billtype;
|
||||
param[6].Value = productid;
|
||||
param[7].Value = ERPInfo.Instance.UserId;
|
||||
param[8].Value = ERPInfo.Instance.UserName;
|
||||
SqlHelper.ExecuteDataSet(CommandType.StoredProcedure, "BillTM_ADDPR", "temp", param);
|
||||
msgs = msg.Value + "";
|
||||
return Convert.ToInt32(returnValue.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user