Showing
1 changed file
with
1 additions
and
1 deletions
@@ -40,7 +40,7 @@ class Coupon511 extends global.yoho.BaseModel { | @@ -40,7 +40,7 @@ class Coupon511 extends global.yoho.BaseModel { | ||
40 | return phone; | 40 | return phone; |
41 | } | 41 | } |
42 | _saveUserInfo(uid) { | 42 | _saveUserInfo(uid) { |
43 | - let actId = 9999, name = '000', birthday = moment().format('YYYY-MM-DD'), gender = '', email = 'u@yoho.cn', province = '', city = ''; | 43 | + let actId = 9999, name = '000', birthday = moment().format('YYYY-MM-DD'), gender = 0, email = 'u@yoho.cn', province = '', city = ''; |
44 | let phone = this.concatPhone(uid); | 44 | let phone = this.concatPhone(uid); |
45 | 45 | ||
46 | let strFind = `SELECT COUNT(*) AS user_count | 46 | let strFind = `SELECT COUNT(*) AS user_count |
-
Please register or login to post a comment