Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fast
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pengguohui
fast
Commits
4eea2eb4
Commit
4eea2eb4
authored
Apr 22, 2019
by
Pengguohui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉多余的代码
parent
22045108
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
src/main/java/com/maxbox/modules/sys/dao/SysConfigDao.java
+0
-9
src/main/resources/mapper/sys/SysConfigDao.xml
+0
-2
No files found.
src/main/java/com/maxbox/modules/sys/dao/SysConfigDao.java
View file @
4eea2eb4
...
...
@@ -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
);
}
src/main/resources/mapper/sys/SysConfigDao.xml
View file @
4eea2eb4
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment