소스 검색

复购价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>