dever 6 năm trước cách đây
mục cha
commit
60e0533d2a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      stat/lib/Source.php

+ 1 - 0
stat/lib/Source.php

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