buhuazhen
9 天以前 4d48ceb958e26b389ec54f607cc06b2bb10443ad
fix(stock): 移除查询中字段create_by的注释

- 取消了stock_inventory表中create_by字段的注释
- 使查询语句只返回tax_inclusive_unit_price字段
- 保持其他联表和字段选择不变
已修改1个文件
4 ■■■■ 文件已修改
src/main/resources/mapper/stock/StockInventoryMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -260,8 +260,8 @@
               pm.height,
               pm.box_num,
               pm. dollar_price,
               pm.tax_inclusive_unit_price,
               si.create_by
               pm.tax_inclusive_unit_price
<!--               si.create_by-->
        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