source of statistical coupon

FFIB 5 年之前
父节点
当前提交
a0febd388e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      commands/management/commands/cpon.py

+ 1 - 0
commands/management/commands/cpon.py

@@ -57,6 +57,7 @@ class Command(CompatibilityBaseCommand):
57 57
                         coupon_detail=coupon.coupon_detail,
58 58
                         coupon_value=coupon.coupon_value,
59 59
                         coupon_image=coupon.coupon_image,
60
+                        coupon_from='INTEGRAL_MALL',
60 61
                         active_at=tc.utc_datetime(),
61 62
                         expire_at=tc.utc_datetime(days=365),
62 63
                         coupon_valid_period=coupon.coupon_valid_period,