修改bug

This commit is contained in:
2025-03-12 15:39:32 +08:00
parent ff8faf7606
commit 016458af4b
40 changed files with 1590 additions and 482 deletions

View File

@ -209,6 +209,8 @@
WHERE pj.id = pd.project
and pj.type = 'project'
and pd.product = #{qo.productId}
and pj.deleted='0'
and pj.status not in('closed')
</select>
<select id="executionListByProduct" resultType="com.sa.zentao.entity.ZtProject">
SELECT * from zt_project pj,zt_projectproduct pd