@@ -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{