Commit 00ffda5c by 陶光胜

Merge branch 'developer' into 'master'

投诉建议状态变更

See merge request !6
parents 7f474479 4ecefa4b
...@@ -247,7 +247,7 @@ public class EvaluateOverviewApiServiceImpl implements EvaluateOverviewApiServic ...@@ -247,7 +247,7 @@ public class EvaluateOverviewApiServiceImpl implements EvaluateOverviewApiServic
arr[3] = date4; arr[3] = date4;
arr[4] = date5; arr[4] = date5;
} catch (ParseException var10) { } catch (ParseException var10) {
var10.printStackTrace(); logger.warn("exception", var10);
} }
return arr; return arr;
......
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