From f27d0718afd0ac2a2dad085dc1a45b6fe7f8f747 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 28 Aug 2023 14:28:49 +0800 Subject: [PATCH] * Format code of the getByID method. --- module/execution/model.php | 4 ++-- module/execution/test/model/getbyid.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/model.php b/module/execution/model.php index f20321d149..0789c2cadd 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -2517,8 +2517,8 @@ class executionModel extends model * 获取执行的信息。 * Get the execution information by ID. * - * @param int $executionID - * @param bool $setImgSize + * @param int $executionID + * @param bool $setImgSize * @access public * @return object|false */ diff --git a/module/execution/test/model/getbyid.php b/module/execution/test/model/getbyid.php index 9df44d3d16..29044a618d 100755 --- a/module/execution/test/model/getbyid.php +++ b/module/execution/test/model/getbyid.php @@ -20,7 +20,7 @@ su('admin'); title=executionModel->getByID(); timeout=0 -pid=1 +cid=1 */