提交当前本机整理版本
This commit is contained in:
@@ -140,4 +140,39 @@ namespace Lskj.PubGroupSettings
|
||||
{
|
||||
|
||||
new SqlParameter("@modid",SqlDbType.VarChar),
|
||||
new
|
||||
new SqlParameter("@rpname",SqlDbType.VarChar),
|
||||
new SqlParameter("@ListID",SqlDbType.Int),
|
||||
new SqlParameter("@bakid",SqlDbType.Int),
|
||||
new SqlParameter("@Operateway",SqlDbType.Int),
|
||||
pMsg,
|
||||
returnValue
|
||||
};
|
||||
param[0].Value = ModuleCode;
|
||||
param[1].Value = groupName;
|
||||
param[2].Value = maxColumnsText;
|
||||
param[3].Value = RemarksExclusive;
|
||||
param[4].Value = Operateway;
|
||||
|
||||
int result = MainImpl.ExecProcedure("P_systemwordbookTools", param);
|
||||
tipMsg = pMsg.Value.ToString();
|
||||
int rValue = Convert.ToInt32(returnValue.Value);
|
||||
return rValue;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
tipMsg = ex.Message;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user