* bug # 219

This commit is contained in:
womenyiqi_123@163.com
2011-06-09 06:27:40 +00:00
parent 4c9d23ad84
commit ce178753ed
+1 -1
View File
@@ -690,7 +690,7 @@ class bug extends control
public function ajaxGetModuleOwner($moduleID, $productID = 0)
{
if($moduleID) die($this->dao->findByID($moduleID)->from(TABLE_MODULE)->fetch('owner'));
die($this->dao->findByID($productID)->from(TABLE_PRODUCT)->fetch('bugOwner'));
die($this->dao->findByID($productID)->from(TABLE_PRODUCT)->fetch('QM'));
}
/**