Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e69e07d1
authored
Apr 09, 2019
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test.txt
1 parent
a3a8e357
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletions
test.txt
test.txt
View file @
e69e07d
...
...
@@ -7,7 +7,33 @@
</configuration>
</plugin>
56f6ae575b174aa59c607242a34d9502
if (StringUtils.isNotNullAndEmpty(configType)==true) {
configMap.put("configType", configType);
}
Map<String,String> configMap = new HashMap<>();
configMap.put("configCode", "0005");
configMap.put("isValid", "Y");
configMap.put("configType", "2");
<if test="configCode != null">
and CONFIG_CODE = #{configCode,jdbcType=VARCHAR}
</if>
<if test="configType != null">
and CONFIG_TYPE = (#{configType,jdbcType=VARCHAR})
</if>
java.net.URLEncoder.encode("已分单", "UTF-8")
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment