Showing
1 changed file
with
1 additions
and
1 deletions
@@ -130,7 +130,7 @@ | @@ -130,7 +130,7 @@ | ||
130 | </update> | 130 | </update> |
131 | 131 | ||
132 | <update id="softDeleteByProductId" parameterType="com.yoho.ufo.dal.model.ProductLimitSale" > | 132 | <update id="softDeleteByProductId" parameterType="com.yoho.ufo.dal.model.ProductLimitSale" > |
133 | - update product_limit_sale set del_status = 1,editUid=#{editUid} where product_id = #{productId,jdbcType=INTEGER} and del_status=0 | 133 | + update product_limit_sale set del_status = 1,edit_uid=#{editUid} where product_id = #{productId,jdbcType=INTEGER} and del_status=0 |
134 | </update> | 134 | </update> |
135 | 135 | ||
136 | </mapper> | 136 | </mapper> |
-
Please register or login to post a comment