Commit 4eea2eb4 by Pengguohui

去掉多余的代码

parent 22045108
......@@ -14,8 +14,6 @@ import com.maxbox.modules.sys.entity.SysConfigEntity;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* 系统配置信息
*
......@@ -33,11 +31,4 @@ public interface SysConfigDao extends BaseMapper<SysConfigEntity> {
* 根据key,更新value
*/
int updateValueByKey(@Param("paramKey") String paramKey, @Param("paramValue") String paramValue);
/**
* fffff
* @param aaa
*/
List<SysConfigEntity> selectList1(@Param("aaa") String aaa);
}
......@@ -11,7 +11,6 @@
<select id="queryByKey" parameterType="string" resultType="com.maxbox.modules.sys.entity.SysConfigEntity">
select * from sys_config where param_key = #{paramKey}
</select>
<select id="selectList1" resultType="com.maxbox.modules.sys.entity.SysConfigEntity"></select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment