Commit f4c56ee8 by 吕明尚

修改解绑车牌号的方法

parent 8a70c8be
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
</update> </update>
<update id="unbind"> <update id="unbind">
update s_consumer update s_consumer
set numberplate = null set numberplate = ''
where id = #{id} where id = #{id}
</update> </update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment