Commit 0adb4417 authored by hezhuozhi's avatar hezhuozhi

修改还款问题

parent aca51cf9
......@@ -435,7 +435,6 @@ public class CommonServiceImpl {
if (value != null && !"".equals(value)) {
String encodedValue = URLEncoder.encode(value.toString(), "UTF-8");
encodedValue = encodedValue.replace("+", "%20");
sb.append(field.getName()).append('=').append(encodedValue).append('&');
}
} catch (IllegalAccessException e) {
......
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