修改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

@ -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>