dever 6 years ago
parent
commit
60e0533d2a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      stat/lib/Source.php

+ 1 - 0
stat/lib/Source.php

@@ -110,6 +110,7 @@ class Source
 
 
         $where = array();
         $where = array();
         $where['day_int'] = $update['day_int'];
         $where['day_int'] = $update['day_int'];
+        $where['source_id'] = $update['source_id'];
         $where['journal_id'] = $update['journal_id'];
         $where['journal_id'] = $update['journal_id'];
 
 
         $info = Dever::db('stat/source')->one($where);
         $info = Dever::db('stat/source')->one($where);