xuhy
2025-01-10 d1632e46b772d691e55b4013585bfe61164b8bde
manage/src/main/resources/mapping/TFrameGoods.xml
@@ -5,7 +5,7 @@
    <select id="lensReceiptList" resultType="com.jilongda.manage.vo.TFrameGoodsVO">
        select t1.*,t2.name as model,t5.name as supplier,t3.name as material,t4.name as store,
               t2.sale as sale,t2.cost as cost,t6.name as brand,t7.frameThreshold
               t2.sale as sales,t2.cost as cost,t6.name as brand,t7.frameThreshold
        from
            t_frame_goods t1
        left join t_model t2 on t1.modelId=t2.id