Merge pull request '产品需求关联项目不允许修改' (#802) from otto/microservices:product_refact into product_refact

This commit is contained in:
otto 2025-01-16 11:19:57 +08:00
commit e488744927
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>