|
|
@@ -86,5 +86,5 @@ public interface GroupsRelationMapper extends BaseMapper<GroupsRelation> {
|
|
|
|
|
|
Integer selectCountByGoodsId(@Param("userIds") List<Long> userIdList, @Param("goodsId") Long goodsId, @Param("now") DateTime now);
|
|
|
|
|
|
- Integer updateUserVipSkusExpiryTime(@Param("userIds") List<Long> userIds, @Param("vipSkuIds") List<Long> vipSkuIds, @Param("expiryTime") Date expiryTime);
|
|
|
+ Integer updateUserVipSkusExpiryTime(@Param("userIds") List<Long> userIds, @Param("vipSkuIds") List<Long> vipSkuIds, @Param("expiryTime") String expiryTime);
|
|
|
}
|