From 4612df18f52dd8d8515ff5d184e4a28e8a7c76bb Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 30 Aug 2023 16:29:51 +0800 Subject: [PATCH] * Change the case date for the getproductlist file. --- module/execution/test/tao/getproductlist.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/test/tao/getproductlist.php b/module/execution/test/tao/getproductlist.php index 255050ac7b..3a57182234 100755 --- a/module/execution/test/tao/getproductlist.php +++ b/module/execution/test/tao/getproductlist.php @@ -4,9 +4,9 @@ include dirname(__FILE__, 5) . '/test/lib/init.php'; zdTable('user')->gen(200); su('admin'); -zdTable('project')->config('execution', true)->gen(30); -zdTable('product')->config('product', true)->gen(30); -zdTable('projectproduct')->config('projectproduct', true)->gen(60); +zdTable('project')->config('execution')->gen(30); +zdTable('product')->config('product')->gen(30); +zdTable('projectproduct')->config('projectproduct')->gen(60); /**