|
@@ -782,7 +782,7 @@ class User extends Base
|
|
|
* // D
|
|
|
* // return app_show(0,"{$message}成功");
|
|
|
* // }
|
|
|
- * **/
|
|
|
+ //**/
|
|
|
|
|
|
$post = $this->request->only(["id", "status"], "post", 'trim');
|
|
|
$validate = Validate::rule([
|
|
@@ -823,8 +823,6 @@ class User extends Base
|
|
|
if (!empty($st)) {
|
|
|
foreach ($st as $itom) {
|
|
|
$tep = [];
|
|
|
-// $business = Db::name('business')->where(['id' => $itom['businessid'], "is_del" => 0])->field("company,companyNo")->find();
|
|
|
-
|
|
|
//这个地方是根据业务企业id来匹配的,无法去sys_user查找
|
|
|
$tep['company'] = '';//isset($business['company']) ? $business['company'] : "";
|
|
|
$tep['companyNo'] = '';//isset($business['companyNo']) ? $business['companyNo'] : "";
|