|
@@ -662,6 +662,9 @@ class ProductController extends BaseController |
|
@@ -662,6 +662,9 @@ class ProductController extends BaseController |
|
662
|
if(isset($this->map['created_uid'])){
|
662
|
if(isset($this->map['created_uid'])){
|
|
663
|
$query = $query->where('created_uid',$this->map['created_uid']);
|
663
|
$query = $query->where('created_uid',$this->map['created_uid']);
|
|
664
|
}
|
664
|
}
|
|
|
|
665
|
+ if(isset($this->map['six_read'])){
|
|
|
|
666
|
+ $query = $query->where('six_read',$this->map['six_read']);
|
|
|
|
667
|
+ }
|
|
665
|
if(!empty($this->param['start_at']) && !empty($this->param['end_at'])){
|
668
|
if(!empty($this->param['start_at']) && !empty($this->param['end_at'])){
|
|
666
|
if($this->user['project_id'] == 2059){
|
669
|
if($this->user['project_id'] == 2059){
|
|
667
|
$query->where('send_time', '>=' ,$this->param['start_at'].' 00:00:00')->where('send_time', '<=' ,$this->param['end_at'].' 59:59:59');
|
670
|
$query->where('send_time', '>=' ,$this->param['start_at'].' 00:00:00')->where('send_time', '<=' ,$this->param['end_at'].' 59:59:59');
|