订单状态定时处理 + day09业务功能

This commit is contained in:
zvv
2026-04-05 18:57:29 +08:00
parent 01b8c0f935
commit 21bfc4430b
12 changed files with 1021 additions and 17 deletions

View File

@@ -22,4 +22,9 @@ public interface UserMapper {
* @param user
*/
void insert(User user);
@Select("select * from user where id = #{id}")
User getById(Long userId);
}