wupengfei 2 年之前
父節點
當前提交
0680a3cb77
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/mall/controller/CouponConfig.php

+ 2 - 2
application/mall/controller/CouponConfig.php

@@ -103,8 +103,8 @@ class  CouponConfig extends Controller
     protected function _form_filter(&$data)
     protected function _form_filter(&$data)
     {
     {
         if($this->request->isPost()){
         if($this->request->isPost()){
-            if($data['coupon_type'] == 1) $data['amount'] = 0;
-            if($data['coupon_type'] == 1) $data['low_amount'] = 0;
+            if($data['coupon_type'] == 2) $data['amount'] = 0;
+            if($data['coupon_type'] == 2) $data['low_amount'] = 0;
 
 
             if( $data['low_amount']<=0){
             if( $data['low_amount']<=0){
                 $data['low_amount']= 0;
                 $data['low_amount']= 0;