浏览代码

check claim September

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

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

@@ -2992,6 +2992,7 @@ class DealerController extends Controller

foreach ($dataSeptemberR as $key => $d) {
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)){
info($d['submission']);
$countSeptemberR[] = $d;
}else {
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){

正在加载...
取消
保存