更新语句 可以完善 加减法嘛 比如 下面语句数量减少 UPDATE goods SET g_count =g_count-1 WHERE id=?

Comment From: miemieYaho

updateWrapper.setSql("g_count =g_count-1")