diff --git a/test/data/productplan.yaml b/test/data/productplan.yaml index ef87ac7dac..c1cd6108da 100644 --- a/test/data/productplan.yaml +++ b/test/data/productplan.yaml @@ -29,12 +29,12 @@ fields: - field: begin note: "开始日期" - range: "(-10M)-(-7M):30D" + range: "(-10M)-(-7M):7D" type: timestamp format: "YYYY-MM-DD" - field: end note: "结束日期" - range: "(-6M)-(-1M):30D" + range: "(-6M)-(+6M):7D" type: timestamp format: "YYYY-MM-DD" - field: order @@ -42,4 +42,4 @@ fields: value: "$id * 5" - field: deleted note: "是否删除" - range: 0{119},1 + range: 0{359},1 diff --git a/test/data/zentao/config.php b/test/data/zentao/config.php index b08fe87f77..b809b2033d 100644 --- a/test/data/zentao/config.php +++ b/test/data/zentao/config.php @@ -17,7 +17,7 @@ $builder->company = array('rows' => 1, 'data' => array('company')); $builder->user = array('rows' => 346, 'data' => array('user')); $builder->usergroup = array('rows' => 349, 'data' => array('usergroup')); $builder->product = array('rows' => 200, 'data' => array('product')); -$builder->productplan = array('rows' => 120, 'data' => array('productplan')); +$builder->productplan = array('rows' => 360, 'data' => array('productplan')); $builder->branch = array('rows' => 160, 'data' => array('branch')); $builder->build = array('rows' => 8, 'data' => array('build'));