修复内容

This commit is contained in:
2026-01-17 16:44:21 +08:00
parent 41ad75af08
commit 5455aceab5
4 changed files with 23 additions and 4 deletions

View File

@@ -106,4 +106,11 @@ class HelpLogic
return $res;
}
public function commitmentInfo()
{
$data = Db::name('help')->where('title','承诺')->field('id,title,content')->find();
return $data;
}
}