|
@@ -19,7 +19,7 @@
|
|
CommonFn::requestAjax(false,'请填写完整信息');exit;
|
|
CommonFn::requestAjax(false,'请填写完整信息');exit;
|
|
}
|
|
}
|
|
$c = new EMongoCriteria();
|
|
$c = new EMongoCriteria();
|
|
- $c->coding_num('==',$pwd);
|
|
|
|
|
|
+ $c->pwd('==',$pwd);
|
|
$coupon = JCoupon::model()->find($c);
|
|
$coupon = JCoupon::model()->find($c);
|
|
if (empty($coupon)) {
|
|
if (empty($coupon)) {
|
|
CommonFn::requestAjax(false,'密码错误');exit;
|
|
CommonFn::requestAjax(false,'密码错误');exit;
|