下拉框修改

This commit is contained in:
fl 2025-04-09 14:48:55 +08:00
parent ee9ecc2e84
commit cb8b5cb708
1 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,10 @@
t.gx_name as name
from tb_gx t
<where>
major_id = #{pid} and is_active = '1'
is_active = '1'
<if test="pid != null">
and major_id = #{pid}
</if>
</where>
</select>
<select id="getProjectSelect" resultType="com.bonus.imgTool.system.vo.SelectVo">