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