|
@@ -34,5 +34,5 @@ public interface DishMapper extends BaseMapper<Dish> {
|
|
@Param("endTime")Date endTime,
|
|
@Param("endTime")Date endTime,
|
|
@Param("cart")String cart,
|
|
@Param("cart")String cart,
|
|
@Param("userName")String userName,
|
|
@Param("userName")String userName,
|
|
- @Param("userId")Long userId);
|
|
|
|
|
|
+ @Param("userId")String userId);
|
|
}
|
|
}
|