Commit 955ca9b6 authored by 张永's avatar 张永

1

parent 1301d343
......@@ -160,8 +160,10 @@ public class ReverseUtil {
return "Date";
} else if(sqlType.startsWith("image")){
return "Byte[]";
}
throw new RuntimeException("Unknown Type: " + sqlType);
} else {
return "";
}
// throw new RuntimeException("Unknown Type: " + sqlType);
}
}
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