zhijiezhao 2 éve
szülő
commit
7cfbfaf83f

+ 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>