修复ColumnValue.mov时字段类型是long,而参数值是int会报错的bug
This commit is contained in:
@@ -651,6 +651,7 @@ public final class EntityCache<T> {
|
||||
break;
|
||||
case MOV:
|
||||
newval = val;
|
||||
if (val instanceof Number) numb = (Number) val;
|
||||
break;
|
||||
}
|
||||
if (numb != null) {
|
||||
|
||||
Reference in New Issue
Block a user