提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+36 -1
View File
@@ -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;
}
}
}