@ -10,7 +10,7 @@ import cn.hutool.json.JSONConfig;
public class HutoolConfigUtil {
public static JSONConfig jsonConfigByDataTimeFormat(){
return new JSONConfig().setDateFormat("yyyy-MM-dd hh:mm:ss");
return new JSONConfig().setDateFormat("yyyy-MM-dd HH:mm:ss");
}