diff --git a/module/custom/test/model/setconcept.php b/module/custom/test/model/setconcept.php index eab10cc639..1521d92c83 100755 --- a/module/custom/test/model/setconcept.php +++ b/module/custom/test/model/setconcept.php @@ -17,5 +17,5 @@ cid=1 $sprintConcept = array('0', '1'); $customTester = new customTest(); -r($customTester->setConceptTest($sprintConcept[0])) && p() && e('0'); //测试sprintConcept值为0,编辑为项目 - 产品 - 迭代 r($customTester->setConceptTest($sprintConcept[1])) && p() && e('1'); //测试sprintConcept值为1,编辑为项目 - 产品 - 冲刺 +r($customTester->setConceptTest($sprintConcept[0])) && p() && e('0'); //测试sprintConcept值为0,编辑为项目 - 产品 - 迭代