src/main/resources/mapper/ConfigMapper.xml @@ -17,6 +17,7 @@ select top 1 * from sys_config where 1=1 and code=#{code} and status=1 </select> </mapper>