浏览代码

edit calculation claim Sept

ifah
父节点
当前提交
582bbc2efe
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      app/Http/Controllers/DS/DealerController.php

+ 2
- 2
app/Http/Controllers/DS/DealerController.php 查看文件

@@ -3007,7 +3007,7 @@ class DealerController extends Controller
}

foreach ($dataSeptemberR as $key => $d) {
if(((date('m/Y', strtotime($d['submission'])) == '8/2020') && (date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020')) || (date('m/Y', strtotime($d['submission'])) == $month.'/'.$year)){
if(((date('m/Y', strtotime($d['submission'])) == '08/2020') && (date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020')) || (date('m/Y', strtotime($d['submission'])) == $month.'/'.$year)){
$countSeptemberR[] = $d;
}else {
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
@@ -3116,7 +3116,7 @@ class DealerController extends Controller
}

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

正在加载...
取消
保存