Commit a305037a by 陶光胜

回写修改

parent e33a2974
......@@ -144,7 +144,7 @@ public class StoreCustomBackImpl implements ScreenBackStrategy {
}
private String dateBack(String value, SimpleDateFormat simpleDateFormat, SimpleDateFormat simpleDateFormat1) throws ParseException {
String[] valueArr = value.split(",");
String[] valueArr = value.split(" ");
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.append("【").append(simpleDateFormat1.format(simpleDateFormat.parse(valueArr[0]))).append("】").append(" ");
if (valueArr.length > 1) {
......
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