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