WebService/src/main/java/com/java110/web/smo/impl/FeeServiceSMOImpl.java
@@ -65,7 +65,7 @@ return responseEntity; } if (feeConfigs != null) { if (feeConfigs != null && feeConfigs.size() > 0) { responseEntity = new ResponseEntity<String>(JSONObject.toJSONString(feeConfigs.get(0)), HttpStatus.OK); } else { responseEntity = new ResponseEntity<String>("{}", HttpStatus.OK);