Authored by Lixiaodi

bug修改

... ... @@ -130,7 +130,7 @@
</update>
<update id="softDeleteByProductId" parameterType="com.yoho.ufo.dal.model.ProductLimitSale" >
update product_limit_sale set del_status = 1,editUid=#{editUid} where product_id = #{productId,jdbcType=INTEGER} and del_status=0
update product_limit_sale set del_status = 1,edit_uid=#{editUid} where product_id = #{productId,jdbcType=INTEGER} and del_status=0
</update>
</mapper>
\ No newline at end of file
... ...