导入基础类
This commit is contained in:
@@ -181,7 +181,7 @@ class Tasktimer extends Controller
|
||||
$birthday_record = Db::table('fa_mattertemplatecategorization')
|
||||
->alias('m')
|
||||
->join('fa_mattertemplatecategorizedcontent','fa_mattertemplatecategorizedcontent.mattertemplatecategorization_id = m.id')
|
||||
->where('m.firm_id','in',[$value['firm_id'],0])
|
||||
->where('m.firm_id','in',[$value['firm_id'],1])
|
||||
->where('m.mattertemplate_id',3)
|
||||
->order(['m.firm_id'=>'desc','m.id'=>'desc'])
|
||||
->field('fa_mattertemplatecategorizedcontent.content')
|
||||
|
||||
Reference in New Issue
Block a user