提交当前本机整理版本
This commit is contained in:
@@ -968,4 +968,27 @@ namespace Lskj.Business.Impl
|
||||
SqlParameter[] param =
|
||||
{
|
||||
new SqlParameter("@FormText",SqlDbType.VarChar,50),
|
||||
new Sq
|
||||
new SqlParameter("@userId",SqlDbType.Int,20),
|
||||
new SqlParameter("@UserName",SqlDbType.VarChar,50),
|
||||
new SqlParameter("@Privilege",SqlDbType.Int,4),
|
||||
new SqlParameter("@ModuleCode",SqlDbType.VarChar,50),
|
||||
new SqlParameter("@ModuleId",SqlDbType.VarChar,50),
|
||||
|
||||
};
|
||||
param[0].Value = SysModel.FormText;
|
||||
param[1].Value = ERPInfo.Instance.UserId;
|
||||
param[2].Value = ERPInfo.Instance.UserName;
|
||||
param[3].Value = SysModel.Privilege;
|
||||
param[4].Value = SysModel.ModuleCode;
|
||||
param[5].Value = SysModel.ModuleId;
|
||||
|
||||
|
||||
|
||||
ds = SqlHelper.ExecuteDataSet(CommandType.StoredProcedure, "p_Get_NewDesignPlatform_PubAccraditation2", "cacheSYSConfig", param);
|
||||
|
||||
return ds;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user