企业后台增加一键发送

This commit is contained in:
meimei
2025-04-18 09:28:43 +08:00
parent 9df07e2f23
commit 2b4d32da47
15 changed files with 601 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ class Tasktimer extends Controller
$this->returnPlan();
});
//生日通知
if (date("H:i:s") == "10:00:00"){
if (date("H:i") == "10:00"){
Mmodel::catch(function (){
$this->returnBirthdayPlan();
});