* Finish task #6578.

This commit is contained in:
guanxiying
2019-11-26 09:22:01 +08:00
parent 685235c1e7
commit 0ec359908e
-12
View File
@@ -494,7 +494,6 @@ class customModel extends model
/**
* Set flow function.
*
* @param string $type productProject | storyRequirement
* @access public
* @return void
*/
@@ -538,15 +537,4 @@ class customModel extends model
$this->dao->update(TABLE_BLOCK)->set("`title` = REPLACE(`title`, '{$commonList[$oldIndex]}', '{$commonList[$newIndex]}')")->where('source')->eq('product')->exec();
}
}
/**
* Set hour or story point.
*
* @access public
* @return void
*/
public function setHourPoint()
{
$this->loadModel('setting')->setItem('system.custom.hourPoint', $this->post->hourPoint);
}
}