From a085e789a2225fd88b4f739828273e0a85b1fb13 Mon Sep 17 00:00:00 2001 From: luqingyang <lqy5492@163.com> Date: 星期四, 26 十月 2023 11:21:36 +0800 Subject: [PATCH] 部门管理 相关代码 --- consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods_mapper.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods_mapper.java b/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods_mapper.java index 9fc5e76..0c08812 100644 --- a/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods_mapper.java +++ b/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoods_mapper.java @@ -373,7 +373,7 @@ if (rs.getBigDecimal(columnIndex) == null) { l_wh_goods.setPrice(null); } else { - l_wh_goods.setPrice(rs.getDouble(columnIndex)); + l_wh_goods.setPrice(rs.getLong(columnIndex)); } } columnIndex = resultSetUtils.findColumn(rs, LWhGoods_mapper.ProcureDate); -- Gitblit v1.9.1