From 0c1eb4a8ec25b510d7b150697e9a3d28927fd65f Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 5 Jun 2025 15:42:14 +0800 Subject: [PATCH] * [unittest] Add the comment of executionModel::getDateList. --- module/execution/test/model/getdatelist.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/module/execution/test/model/getdatelist.php b/module/execution/test/model/getdatelist.php index 8565a7f851..6c6c357115 100755 --- a/module/execution/test/model/getdatelist.php +++ b/module/execution/test/model/getdatelist.php @@ -10,6 +10,16 @@ title=测试executionModel->getDateListTest(); timeout=0 cid=1 +- 去除工作日日期列表第0条的0属性 @01/03/2022 +- 去除工作日日期列表统计 @5 +- 未去除工作日日期列表第0条的0属性 @01/01/2022 +- 未去除工作日日期列表统计 @7 +- 日期输入错误查询 @无数据 +- 去除工作日日期列表第0条的0属性 @01/03/2022 +- 去除工作日日期间隔1天列表统计 @3 +- 未去除工作日间隔2天日期列表第0条的0属性 @01/01/2022 +- 未去除工作日间隔2天日期列表统计 @1 + */ $start = array('2022-01-01', '2025-01-01');