buhuazhen
8 天以前 f4ef309891c458b09e6d157f4ec57c32c695d199
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -261,10 +261,13 @@
               pm.box_num,
               pm. dollar_price,
               pm.tax_inclusive_unit_price,
               si.create_by
<!--               si.create_by-->
               t2.nick_name as create_user_name
        from stock_inventory si
                 left join product_model pm on si.product_model_id = pm.id
                 left join product p on pm.product_id = p.id
                left join stock_in_record t1 on t1.product_model_id = si.product_model_id
                left join sys_user t2 on t1.create_user = t2.user_id
        where si.id = #{id}
    </select>