submit order
This commit is contained in:
@@ -24,4 +24,7 @@ public interface AddressBookMapper {
|
||||
|
||||
@Update("update sky_take_out.address_book set is_default = 1 where id = #{id}")
|
||||
void updateDefault(Long id);
|
||||
|
||||
@Select("select * from sky_take_out.address_book where id = #{addressBookId}")
|
||||
AddressBook getById(Long addressBookId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user