|
|
public static function setUserWelfareLos($uid, int $productId, $num, $tim, $lan, $typeId)
|
|
public static function setUserWelfareLos($uid, int $productId, $num, $tim, $lan, $typeId)
|
|
|
$result = ProductPopular::getPopularByTime($productId, $lan, $tim);
|
|
$result = ProductPopular::getPopularByTime($productId, $lan, $tim);
|
|
|
self::setUserProductOrder($num, $result->is_area, $result->id, $result->price, $productId, $uid, $typeId);
|
|
self::setUserProductOrder($num, $result->is_area, $result->id, $result->price, $productId, $uid, $typeId);
|