瀏覽代碼

复购价bugfix

zhijiezhao 2 年之前
父節點
當前提交
7cfbfaf83f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/resources/mappings/modules/product/RepeatPurchasePriceMapper.xml

+ 2 - 1
src/main/resources/mappings/modules/product/RepeatPurchasePriceMapper.xml

@@ -178,7 +178,8 @@
 			shopName = #{shopName},
 			taxRate = #{taxRate},
 			currentPrice = #{currentPrice},
-			createTime = #{createTime}
+			createTime = #{createTime},
+		    orderId   = #{orderId}
 		WHERE id = #{id}
 	</update>