From d2048c247c446be08598abf8e1bc11a4ea77be32 Mon Sep 17 00:00:00 2001
From: luqingyang <lqy5492@163.com>
Date: 星期三, 25 十月 2023 16:41:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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