Commit e69e07d1 by 傅伟强-富德

Update test.txt

1 parent a3a8e357
Showing with 27 additions and 1 deletions
......@@ -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")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!