From a1c6665c90fe7292ed2ccb3f6b3dc2a213034e3d Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期一, 23 十二月 2024 15:02:11 +0800
Subject: [PATCH] 代码

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

diff --git a/manage/src/main/resources/mapping/TLensGoods.xml b/manage/src/main/resources/mapping/TLensGoods.xml
index 3ee1be9..5237fd1 100644
--- a/manage/src/main/resources/mapping/TLensGoods.xml
+++ b/manage/src/main/resources/mapping/TLensGoods.xml
@@ -5,7 +5,9 @@
 
     <select id="lensReceiptList" resultType="com.jilongda.manage.vo.TLensGoodsVO">
         select t1.*,t2.name as series,t4.name as store,
-        t2.sale as sale,t2.cost as cost,t6.name as brand,t7.frameThreshold
+        t2.sphere as sphere,t2.asphericSurface as asphericSurface
+        ,t2.doubleNon as doubleNon
+             ,t6.name as brand,t7.frameThreshold
         from
         t_lens_goods t1
         left join t_lens_series t2 on t1.seriesId=t2.id

--
Gitblit v1.7.1