north 7 years ago
parent
commit
7c7f156765
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/modules/j/controllers/JRecordController.php

+ 1 - 1
www/protected/modules/j/controllers/JRecordController.php

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