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