huminmin
20 小时以前 37a5a2aed6ee64c02072a9294610b9913a63aa68
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>