dev
elvin-henry 2016-05-14 22:10:09 +08:00
parent 5615898dd0
commit 1a8ea11791
1 changed files with 2 additions and 2 deletions

View File

@ -320,8 +320,8 @@ public class TestCode {
// jsonArray.add("000000");
// jsonParam.put("app", jsonArray);
// System.out.println(jsonParam);
BigDecimal bigDecimal = new BigDecimal(100);
String head = "00,";
head = head.substring(0, head.lastIndexOf(","));
System.out.println(head);