diff --git a/src/main/resources/mappers/system/SelectMapper.xml b/src/main/resources/mappers/system/SelectMapper.xml index 051974c..fab3657 100644 --- a/src/main/resources/mappers/system/SelectMapper.xml +++ b/src/main/resources/mappers/system/SelectMapper.xml @@ -37,7 +37,7 @@ t.gx_name as name from tb_gx t - is_active = '1' + is_active = '1' and is_use = '1' and major_id = #{pid}