huminmin
10 小时以前 fe01e3b188e24a20b539f92e436d967aaf77ee1a
src/main/resources/mapper/stock/StockUninventoryMapper.xml
@@ -67,6 +67,9 @@
            <if test="ew.type != null and ew.type != ''">
                type = #{ew.type},
            </if>
            <if test="ew.source != null and ew.source != ''">
                source = #{ew.source},
            </if>
            update_time = now()
        </set>
        where product_model_id = #{ew.productModelId}