Commit 95fd943f authored by zhangzhenbang's avatar zhangzhenbang

suo

parent 6458b900
......@@ -46,7 +46,7 @@ public interface ReservationMapper {
@Update("update reservation set verify_state=1 where verify_state=0")
int updateAllVerifyState();
@Update("update reservation set verify_state = 3 where id = #{id}")
@Update("update reservation set verify_state = 2 where id = #{id}")
int updateVerifyStateById(int id);
}
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