We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e84c2c + 914b50a commit 7854f00Copy full SHA for 7854f00
APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java
@@ -1046,7 +1046,7 @@ public String getColumnString(boolean inSQLJoin) throws Exception {
1046
// 由于 HashMap 对 key 做了 hash 处理,所以 get 比 containsValue 更快
1047
if ("".equals(RAW_MAP.get(c)) || RAW_MAP.containsValue(c)) { // newSQLConfig 提前处理好的
1048
//排除@raw中的值,以避免使用date_format(date,'%Y-%m-%d %H:%i:%s') 时,冒号的解析出错
1049
- column.remove(c);
+ //column.remove(c);
1050
continue;
1051
}
1052
0 commit comments