From a6afa7895bf40a03b3f59a3dff54d7274a757d38 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期一, 06 一月 2025 17:51:26 +0800
Subject: [PATCH] bug修改

---
 manage/src/main/resources/mapping/TLensGoods.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/manage/src/main/resources/mapping/TLensGoods.xml b/manage/src/main/resources/mapping/TLensGoods.xml
index ced7528..0d27821 100644
--- a/manage/src/main/resources/mapping/TLensGoods.xml
+++ b/manage/src/main/resources/mapping/TLensGoods.xml
@@ -4,8 +4,8 @@
 
 
     <select id="lensReceiptList" resultType="com.jilongda.manage.vo.TLensGoodsVO">
-        select t1.*,t2.name as series,t4.name as store,
-        t2.sphere as sphere,t2.asphericSurface as asphericSurface
+        select t1.*,t2.name as series,t4.name as storeName,
+        t2.sphere as sphere,t2.asphericSurface as asphericSurface,t2.type as type
         ,t2.doubleNon as doubleNon
              ,t6.name as brand,t7.frameThreshold
         from

--
Gitblit v1.7.1