0

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);
4

1 回答 1

1

好的,我想我有这个

圆形(本地.NewlatO * 10 ^ 6)/ 10 ^ 6;

这适用于6个地方

于 2012-06-13T22:11:40.480 回答