From ecf55bedecb4f35759ea6e97874bd414528177cb Mon Sep 17 00:00:00 2001
From: luqingyang <lqy5492@163.com>
Date: 星期四, 26 十月 2023 17:22:57 +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