Authored by 陈峰

commit

@@ -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