禅道bug修改
This commit is contained in:
parent
c56cf4cfa5
commit
55b3d0ab29
|
|
@ -37,7 +37,7 @@
|
|||
t.gx_name as name
|
||||
from tb_gx t
|
||||
<where>
|
||||
is_active = '1'
|
||||
is_active = '1' and is_use = '1'
|
||||
<if test="pid != null">
|
||||
and major_id = #{pid}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue