Browse Source

委托管理

huangsanjia 2 năm trước cách đây
mục cha
commit
e92209ec48
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/admin/controller/Entrust.php

+ 1 - 1
application/admin/controller/Entrust.php

@@ -301,7 +301,7 @@ class Entrust extends Backend
             $this->error('参数错误');
         }
         $num = Db::name('entrust')->where('sample_no','like','%'.$params.'%')->whereTime('create','d')->count();
-       
+
         if ($company == '亚欣'){//亚欣送样从100开始
             $num = $num+100;
         }else{