liyong
6 天以前 9ba2b6aae50d3ab96a9ed326404238cb423fdcdc
feat(sales): mapper修改
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/stock/StockInventoryMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -28,7 +28,7 @@
    <update id="updateSubtractStockInventory">
        update stock_inventory
        <set>
            <if test="qualitity != null">
            <if test="ew.qualitity != null">
                qualitity = qualitity - #{ew.qualitity},
            </if>
            <if test="version != null">