修改bug
This commit is contained in:
@ -70,7 +70,14 @@
|
||||
|
||||
SELECT * from zt_bug
|
||||
WHERE 1=1
|
||||
and project =#{qo.project}
|
||||
<if test="qo.project != null and qo.project != 0">
|
||||
and project =#{qo.project}
|
||||
</if>
|
||||
|
||||
<if test="qo.execution != null and qo.execution != '' ">
|
||||
and execution =#{qo.execution}
|
||||
</if>
|
||||
|
||||
<if test="qo.searchVal == 'ALL' ">
|
||||
|
||||
</if>
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user