fix : coupon date
This commit is contained in:
@@ -40,8 +40,8 @@ class UserCoupon extends Model
|
||||
*/
|
||||
protected array $casts = ['id' => 'integer', 'coupon_template_id' => 'integer', 'coupon_dispense_id' => 'integer', 'user_id' => 'integer', 'status' => 'integer'];
|
||||
|
||||
const string CREATED_AT = 'created_time';
|
||||
const string UPDATED_AT = 'updated_time';
|
||||
const string CREATED_AT = 'create_time';
|
||||
const string UPDATED_AT = 'update_time';
|
||||
|
||||
public function getReceiveCountByUserIds(int $user_id,array $couponIdArr): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user