定版之后bug修改

This commit is contained in:
2025-09-22 09:28:10 +08:00
parent 38cb41d57f
commit e53494c0f5
4 changed files with 25 additions and 7 deletions

View File

@@ -114,7 +114,7 @@ class RoomPan
* 巡乐会结束 礼物发放 【定时脚本】
*/
public function xlh_gift_send(){
$xlh_list = db::name('vs_room_pan_xlh')->where(['send_time'=>0,'end_time'=>['<',time()]])->select();
$xlh_list = db::name('vs_room_pan_xlh')->where(['send_time'=>0,'end_time'=>['<=',time()]])->select();
if(empty($xlh_list)){
echo "没有需要发放的礼物 \n";
}