禅道bug修改

This commit is contained in:
liang.chao 2025-04-16 18:43:04 +08:00
parent c56cf4cfa5
commit 55b3d0ab29
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
t.gx_name as name t.gx_name as name
from tb_gx t from tb_gx t
<where> <where>
is_active = '1' is_active = '1' and is_use = '1'
<if test="pid != null"> <if test="pid != null">
and major_id = #{pid} and major_id = #{pid}
</if> </if>