订单状态定时处理 + day09业务功能
This commit is contained in:
@@ -22,4 +22,9 @@ public interface UserMapper {
|
||||
* @param user
|
||||
*/
|
||||
void insert(User user);
|
||||
|
||||
|
||||
|
||||
@Select("select * from user where id = #{id}")
|
||||
User getById(Long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user