Merge branch 'master' into 'sprint/231_zg_65782'
# Conflicts: # module/story/control.php
This commit is contained in:
@@ -1569,7 +1569,6 @@ class bugModel extends model
|
||||
$bugCount = $this->dao->select("count(id) as num, date_format($field, '%m/%d') as date")->from(TABLE_BUG)
|
||||
->where('product')->eq($productID)
|
||||
->andWhere($field)->ne('0000-00-00 00:00:00')
|
||||
->andWhere($field)->ne('')
|
||||
->andWhere('deleted')->eq(0)
|
||||
->andWhere($field)->between($startDate, $endDate . ' 23:50:59')
|
||||
->groupBy('date')
|
||||
|
||||
Reference in New Issue
Block a user