From 2337490392ddef19300df2e28aeaaa38fc84a183 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期一, 30 十二月 2024 09:13:39 +0800
Subject: [PATCH] 验光师

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

diff --git a/manage/src/main/resources/mapping/TFrameWarehousingDetailMapper.xml b/manage/src/main/resources/mapping/TFrameWarehousingDetailMapper.xml
index 0ab20e2..75970c0 100644
--- a/manage/src/main/resources/mapping/TFrameWarehousingDetailMapper.xml
+++ b/manage/src/main/resources/mapping/TFrameWarehousingDetailMapper.xml
@@ -27,7 +27,7 @@
     </sql>
     <select id="pageList" resultType="com.jilongda.manage.vo.TFrameWarehousingDetailVO">
         select tfwd.id, tfwd.warehousingId, tfwd.brand, tfwd.supplier, tfwd.material, tfwd.total, tfwd.color, tfwd.model, tfwd.code, tfwd.createTime,
-               tfwd.updateTime, tfwd.createBy, tfwd.updateBy, tfwd.isDelete, tfwd.modelId
+               tfwd.updateTime, tfwd.createBy, tfwd.updateBy, tfwd.isDelete, tfwd.modelId,tw.storeId
         from t_frame_warehousing_detail tfwd
         left join t_warehousing tw on tfwd.warehousingId = tw.id
         <where>

--
Gitblit v1.7.1