feat(产品需求重构): 产品需求关联项目不允许修改

Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
OTTO 2025-01-16 11:22:03 +08:00
parent 4ea5406c48
commit 01bf425689
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@
<if test="createBy != null">create_by = #{createBy},</if>
<if test="delFlag != null">del_flag = #{delFlag},</if>
requirement_assignee_gitlink_ids = #{requirementAssigneeGitlinkIds},
pms_project_id = #{pmsProjectId},
<if test="pmsProjectId != null and pmsProjectId != ''">pms_project_id = #{pmsProjectId},</if>
<if test="fromId != null and fromId != ''">from_id = #{fromId},</if>
<if test="projectReqId != null and projectReqId != ''">project_req_id = #{projectReqId},</if>
<if test="type != null and type != ''">type = #{type},</if>