|
@@ -444,7 +444,7 @@
|
|
|
html_url = #{aPrivate.htmlUrl}
|
|
|
where type = 2
|
|
|
and project_id = #{aPrivate.projectId}
|
|
|
- and id = #{aPrivate.id};
|
|
|
+ and is_type_private_pid = #{aPrivate.pKeyId};
|
|
|
</select>
|
|
|
|
|
|
<select id="selectWbsTableOwnerRoleList" resultType="org.springblade.manager.entity.WbsTableOwnerRole">
|