Authored by Lixiaodi

bug修改

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