From 786fa54b03d41d40d2a97f52e16493112a325be5 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sat, 10 Feb 2024 21:48:41 +0800 Subject: [PATCH] 404 --- api/controllers/plan/Syt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/plan/Syt.php b/api/controllers/plan/Syt.php index f7511f80..2c213628 100644 --- a/api/controllers/plan/Syt.php +++ b/api/controllers/plan/Syt.php @@ -499,7 +499,7 @@ class Syt extends CI_Controller if($rows){ foreach ($rows as $key => $val) { $this->sylive2_entity->kpi_count($activityId,$kpi,$val['userId']); - echo "执行成功:{$val['id']}
"; + echo "执行成功:{$val['userId']}
"; } }else{ echo '执行结束';