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}