From d5f9b32445cbfef7c90cdac0b6be778e5b5d48b2 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 25 Apr 2025 15:04:09 +0800 Subject: [PATCH] * [unittest] add unit test results. --- module/story/test/model/getbysearch.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/module/story/test/model/getbysearch.php b/module/story/test/model/getbysearch.php index 91573d94da..15fc2b535a 100755 --- a/module/story/test/model/getbysearch.php +++ b/module/story/test/model/getbysearch.php @@ -6,9 +6,12 @@ title=测试 storyModel->getBySearch(); cid=0 -- 获取产品ID=2的需求数量 @2 -- 根据关联执行获取需求数量 @1 -- 根据第二个query获取需求数量 @0 +- 获取产品ID 1 的需求数量 @2 +- 根据产品ID 1 关联执行获取需求数量 @1 +- 根据产品ID 1 第二个query获取需求数量 @0 +- 获取产品ID 2 的需求数量 @2 +- 根据产品ID 2 关联执行获取需求数量 @0 +- 根据产品ID 2 第二个query获取需求数量 @0 */ include dirname(__FILE__, 5) . '/test/lib/init.php';