修复ColumnValue.mov时字段类型是long,而参数值是int会报错的bug

This commit is contained in:
Redkale
2019-07-31 17:19:35 +08:00
parent 333ae72148
commit 2fe0ac0ef9

View File

@@ -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) {