sysParam 查询问题

This commit is contained in:
2025-02-15 10:38:09 +08:00
parent 50f86a5144
commit 91cd768c2b
2 changed files with 3 additions and 2 deletions

View File

@@ -4,4 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.czg.service.system.mapper.SysParamsMapper">
<select id="getSysParam" resultType="com.czg.system.entity.SysParams">
select * from sys_params where param_code = #{code}
</select>
</mapper>