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