mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user