xg 2 years ago
parent
commit
ef9aa7333f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/MobileSub.php

+ 1 - 1
application/common/model/MobileSub.php

@@ -59,7 +59,7 @@ class MobileSub extends Model
         if($has) {
             self::where('sort', '>=', $sort)->setInc('sub_sort');
             self::where('sub_top_time',0)->where('sub_rec_time',0)->update([
-                'sort_line'=>Db::raw('sub_sort')
+                'sub_sort_line'=>Db::raw('sub_sort')
             ]);
         }
     }