Commit 665b1e2f authored by Quxl's avatar Quxl

x

parent 2f0232c1
......@@ -34,7 +34,7 @@ public class ThrowableUtil {
private static final Map<Pattern, String> map = new HashMap<Pattern, String>();
static {
map.put(Pattern.compile("NumberFormatException: For input string: "), "上传数据格式错误");
map.put(Pattern.compile("NumberFormatException"), "上传数据格式错误");
map.put(Pattern.compile("Unparseable date"), "日期格式错误");
map.put(Pattern.compile("Data truncation"), "数据长度错误");
map.put(Pattern.compile("Partner type undefined"), "合作伙伴类型错误");
......
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