feat(产品需求重构): 产品需求关联项目不允许修改
Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
parent
4ea5406c48
commit
01bf425689
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue