提交当前本机整理版本
This commit is contained in:
@@ -243,4 +243,26 @@ 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