yys
2 天以前 bf84fec7d8dd5e7fbcc93030b8d83da7ec0ece91
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -63,6 +63,7 @@
        (si.qualitity - COALESCE(si.locked_quantity, 0)) as un_locked_quantity,
        pm.model,
        si.remark,
        si.stock_location,
        pm.unit,
        p.product_name
        from stock_inventory si
@@ -72,7 +73,7 @@
        <if test="ew.productName != null and ew.productName !=''">
            and p.product_name like concat('%',#{ew.productName},'%')
        </if>
        <if test="ew.productModelId != null and ew.productModelId !=''">
        <if test="ew.productModelId != null">
            and pm.id = #{ew.productModelId}
        </if>
    </select>