* Modify the number of data generated in the zt_projectproduct table.

This commit is contained in:
tianshujie
2021-10-08 14:20:06 +08:00
parent 33c2caa37d
commit 7935fc39fa
+1 -1
View File
@@ -21,4 +21,4 @@ $builder->branch = array('rows' => 160, 'data' => array('branch'));
$builder->blockDefault = array('rows' => 150, 'data' => array('blockdefault'));
$builder->blockRandom = array('rows' => 120, 'data' => array('blockrandom'));
$builder->projectProduct = array('rows' => 8, 'data' => array('projectproduct'));
$builder->projectProduct = array('rows' => 14, 'data' => array('projectproduct'));