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>