测试:- 任务bug修改
This commit is contained in:
@@ -85,7 +85,7 @@ class DailyTasks extends Model
|
||||
$reslut['tasks']['daily_tasks'] = [];//每日任务1
|
||||
$reslut['tasks']['daily_tasks_special'] = [];//每日特殊任务2
|
||||
$reslut['tasks']['usual_tasks'] = [];//平台常规任务3
|
||||
// $reslut['tasks']['teacher_tasks'] = [];//师徒任务4
|
||||
$reslut['tasks']['teacher_tasks'] = [];//师徒任务4
|
||||
$data = db::name('vs_daily_tasks')
|
||||
->field('task_id,icon,task_name,gold_reward,target_quantity,task_type,reward_type')
|
||||
->where('delete_time',0)
|
||||
|
||||
Reference in New Issue
Block a user