Commit 0057d3d2 authored by zhangzhenbang's avatar zhangzhenbang

试探性写了一两个接口

parent b9636269
......@@ -40,6 +40,6 @@ public interface ReservationMapper {
@Update("update reservation set auth_coordinate=#{authCoordinate},auth_time=#{authTime} where id = #{id}")
int updateAuthInfo(Reservation reservation);
@Select("select * from reservation where verify_state=0 and identity_id=#{identityId}")
@Select("select * from reservation where verify_state=0 and identity_id=#{id}")
List<Reservation> selectNotVerifyReservatinsByIdentityId(IdentityInformation info);
}
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