Authored by 陈峰

commmi

... ... @@ -39,7 +39,7 @@ class Coupon511 extends global.yoho.BaseModel {
return phone;
}
_saveUserInfo(uid) {
let actId = 9999, name = '000', birthday = '', gender = '', email = 'u@yoho.cn', province = '', city = '';
let actId = 9999, name = '000', birthday = 0, gender = '', email = 'u@yoho.cn', province = '', city = '';
let phone = this.concatPhone(uid);
let strFind = `SELECT COUNT(*) AS user_count
... ...