xieruidong %!s(int64=2) %!d(string=hai) anos
pai
achega
ea51dfb85a

+ 0 - 1
application/common/model/SysConfig.php

@@ -6,7 +6,6 @@ use think\Model;
 
 class SysConfig extends Model
 {
-    const level_config='sys_level_discount';
     public static function set($name,$value){
         $ex=self::where('name',$name)->find();
         if($ex){

+ 1 - 0
application/common/service/OrderService.php

@@ -150,6 +150,7 @@ class OrderService extends BaseService {
             'amount_pay'=>0,
             'amount_coupon'=>0,
             'amount_coupon_kill'=>0,
+            'amount_user_level'=>0,
             'amount_install'=>0,
             'amount_discount'=>0,
             'num'=>0,