huminmin
21 小时以前 37a5a2aed6ee64c02072a9294610b9913a63aa68
修改废品台账导出
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/stock/StockUninventoryMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/stock/StockUninventoryMapper.xml
@@ -235,7 +235,7 @@
                and p.id in (select id from product_tree)
            </if>
        </where>
        group by su.product_model_id, su.type, pm.model, pm.unit, p.id, p.product_name, m.name, su.source
        group by su.product_model_id
        order by max(su.update_time) desc, su.product_model_id desc
    </select>