禅道bug修改
This commit is contained in:
parent
c56cf4cfa5
commit
55b3d0ab29
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue