* Change the case date for the getproductlist file.

This commit is contained in:
tianshujie
2023-08-30 16:29:51 +08:00
parent 704797db66
commit 4612df18f5
+3 -3
View File
@@ -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);
/**