Browse Source

委托管理

huangsanjia 2 years ago
parent
commit
e92209ec48
1 changed files with 1 additions and 1 deletions
  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{