评论功能数据修改为插入部门ID

This commit is contained in:
zhaol 2025-05-14 16:18:28 +08:00
parent 5fbd8fd5cc
commit 3541ad4004
2 changed files with 1 additions and 1 deletions

View File

@ -10127,7 +10127,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
paramsMap.put("REPLYTIME", replyTime);
paramsMap.put("REPLYCONTENT", replyContent);
paramsMap.put("REPLYERIP", me.getClientIP());
paramsMap.put("ORGID", me.getDepartmentModel().getCompanyId());
paramsMap.put("ORGID", me.getDepartmentModel().getId());
int createresult = DBSql.update(DBSql.getInsertStatement("APP_ACT_PAL_DATA_REPLY", paramsMap), paramsMap);
result.put("result", "ok");