Commit 4260e7e0 by 陶光胜

配置表

parent 6dc82b5a
......@@ -210,7 +210,7 @@ public class CustomSettingApiServiceImpl implements CustomSettingApiService {
} else if(fieldDTOMap.get(k).getFieldType().equals(FieldTypeEnum.DATE.getType())){
String s = v+"";
if(StringUtils.isNotBlank(s)){
String[] split = s.split("-");
String[] split = s.split(",");
if(split.length == 2){
JSONObject json = new JSONObject();
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
......
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