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