huminmin
2026-06-16 def52631b88f858cdd81692546175c99c2be00e0
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}