* Finish task #74859.

This commit is contained in:
daitingting
2022-11-04 09:20:53 +00:00
parent 0174edafa2
commit bb4a0945fd
7 changed files with 67 additions and 71 deletions
+1 -1
View File
@@ -916,7 +916,7 @@ class customModel extends model
* @access public
* @return int
*/
public function hasProductURStoryData()
public function hasProductURData()
{
return $this->dao->select('*')->from(TABLE_STORY)->where('type')->eq('requirement')->andWhere('deleted')->eq('0')->count();
}