浏览代码

update calculation incentives august

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

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

@@ -2259,7 +2259,7 @@ class DealerController extends Controller
if($year!='null' && $month!='null' && $app=='null'){

$count_cyberjaya = array(); $count_jasin = array(); $count_ayerKeroh = array(); $count_alorGajah = array(); $count_menglembu = array(); $count_ipoh = array();
$extra = 0; $basic_total = 0; $totals = 0;
$extra = 0; $basic_total = 0; $countAugust = array();

// if(($year == '2019' || $year == '2020') && ($month == '12' || $month == '01')){
// $dataDis = $this->returnDataR($company,'2019','12');

正在加载...
取消
保存