浏览代码

edit dealer claim based on submission date

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

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

foreach ($dataAugustR as $key => $d) { foreach ($dataAugustR as $key => $d) {
if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){ if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){
$countAugustR[] = $d; $countAugustR[] = $d;
info ($d['submission']);
} }
} }
// Store to combineData New Incentive August // Store to combineData New Incentive August
foreach ($dataAugustB as $key => $d) { foreach ($dataAugustB as $key => $d) {
if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){ if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){
$countAugustB[] = $d; $countAugustB[] = $d;
info ($d['submission']);
} }
} }
// Store to combineData New Incentive August // Store to combineData New Incentive August

正在加载...
取消
保存