mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-04 20:58:00 +08:00
fix code
This commit is contained in:
parent
b935ace121
commit
62df10126c
@ -358,7 +358,7 @@ public class StatementUtil {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (param instanceof BigInteger) {
|
if (param instanceof BigInteger) {
|
||||||
// BigInteger转为Long
|
// BigInteger转为BigDecimal
|
||||||
ps.setBigDecimal(paramIndex, new BigDecimal((BigInteger) param));
|
ps.setBigDecimal(paramIndex, new BigDecimal((BigInteger) param));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user