Commit 22dabe67 by s_guodong

修正分隔符

parent 56e9bb2d
......@@ -58,7 +58,7 @@ public class MdaUtils {
private static final char EQUALS = '=';
private static final char DATA = '#';
private static final String SPLIT = "//";
private static final String SPLIT = "\\";
static final Format format = new DecimalFormat("#.######");
static final Format dateFormat = new SimpleDateFormat("yyyy/MM/dd");
......
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