orm 属性名称="poiLat" ormtype="big_decimal" notnull="true" persistent=true precision="16" scale="14"; 属性名称="poiLong" ormtype="big_decimal" notnull="true" persistent=true precision="16" scale="14";
由于超出属性上设置的长度,下面的输入会出错。如果值超过此值,我如何在 ColdFusion 中缩短值。
34.037864685058594
-118.27606201171875
local.poiEntity.setpoiLat(local.NewlatO);
local.poiEntity.setpoiLong(local.NewlonO);