* Merge commit 5880eab419.
This commit is contained in:
@@ -468,6 +468,18 @@ class baseEntry
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 检查是否在后台启用了代号.
|
||||
* Check whether config->setCode are used in product,project,execution.
|
||||
*
|
||||
* @access public
|
||||
* @return bool
|
||||
*/
|
||||
public function checkCodeUsed()
|
||||
{
|
||||
return isset($this->config->setCode) ? $this->config->setCode : 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* 格式化数据的字段类型.
|
||||
* Format fields of response data.
|
||||
|
||||
Reference in New Issue
Block a user