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