소스 검색

check claim

ifah
Siti Hajar Ibrahim 5 년 전
부모
커밋
d73501e966
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    4
      app/Http/Controllers/DS/DealerController.php

+ 2
- 4
app/Http/Controllers/DS/DealerController.php 파일 보기

@@ -2782,10 +2782,8 @@ class DealerController extends Controller
$dataOctober = $this->returnDataR($company,'2020','10');

foreach ($dataAugustR as $key => $d) {
if(date('m/Y', strtotime($d['submission'])) == $month.'/'.$year){
if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){
$countAugustR[] = $d;
}
if((date('m/Y', strtotime($d['submission'])) == $month.'/'.$year) && date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){
$countAugustR[] = $d;
}else {
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
$combineData[] = $d;

Loading…
취소
저장