下拉框修改
This commit is contained in:
parent
ee9ecc2e84
commit
cb8b5cb708
|
|
@ -37,7 +37,10 @@
|
||||||
t.gx_name as name
|
t.gx_name as name
|
||||||
from tb_gx t
|
from tb_gx t
|
||||||
<where>
|
<where>
|
||||||
major_id = #{pid} and is_active = '1'
|
is_active = '1'
|
||||||
|
<if test="pid != null">
|
||||||
|
and major_id = #{pid}
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
<select id="getProjectSelect" resultType="com.bonus.imgTool.system.vo.SelectVo">
|
<select id="getProjectSelect" resultType="com.bonus.imgTool.system.vo.SelectVo">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue