导入基础类

This commit is contained in:
meimei
2025-04-18 15:58:01 +08:00
parent f20b865f4d
commit ee99adfb30
15 changed files with 90 additions and 19 deletions

View File

@@ -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')