|
@@ -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')
|
|
|
]);
|
|
|
}
|
|
|
}
|