From d2d65337d01cc05e34562201f1baef658bf35fb3 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Thu, 25 May 2023 11:08:50 +0800 Subject: [PATCH] + Add test case data for product. --- module/product/test/model/getstatbyid.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/product/test/model/getstatbyid.php b/module/product/test/model/getstatbyid.php index 1966f6e116..c47041871c 100755 --- a/module/product/test/model/getstatbyid.php +++ b/module/product/test/model/getstatbyid.php @@ -9,6 +9,7 @@ cid=1 pid=1 */ +zdTable('product')->gen(50); zdTable('story')->gen(50); zdTable('productplan')->gen(50); zdTable('release')->gen(50);