Commit 2f4e29ec67520a3165a3733b8667b53aa56ce2f5
1 parent
78746352
Exists in
INGW_CMF
no message
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/th/co/ais/ssbsrfc/control/TestMain.java
... | ... | @@ -57,8 +57,8 @@ public class TestMain { |
57 | 57 | if(null==map.get("y")){ |
58 | 58 | c = true; |
59 | 59 | } |
60 | - | |
61 | - System.out.println(c); | |
60 | + String yyy = "107031659|1|181047660|6661181231|66*922|0|22022|66*922|0c||050927180000|||?55009?300?206||||||922|1||666111000813746|70|0|1.0|||"; | |
61 | + System.out.println(yyy.length()); | |
62 | 62 | |
63 | 63 | Random random = new Random(); |
64 | 64 | String rand = "000"; | ... | ... |