|
|
@@ -368,6 +368,7 @@ class MasterWorkerLogic extends BaseLogic
|
|
|
$list = MasterWorkerQuestion::where('type',$params['type'])
|
|
|
->whereIn('category', $category)
|
|
|
->where('type',$params['type'])
|
|
|
+ ->where('question_type','<>',2)
|
|
|
->limit(100)
|
|
|
->select()
|
|
|
->toArray();
|