作者 郭盛
1 个管道 的构建 通过 耗费 11 秒

修改编辑擅长领域

... ... @@ -493,17 +493,17 @@ class Teacher extends Api
->where('id',$param['id'])
->find();
if($res['is_check'] == 1){
$this->error('请先取消点亮再编辑');
// $info = Db::name('territory')
// ->where('id',$param['id'])
// ->update($param);
// if(empty($info)){
// $this->error('sql执行错误');
// }else{
// $a = Db::name('territory')->where('id',$param['id'])->find();
// Db::name('teacher')->where('user_id',$a['user_id'])->update(['status'=>0]);
// $this->success('SUCCESS');
// }
// $this->error('请先取消点亮再编辑');
$info = Db::name('territory')
->where('id',$param['id'])
->update($param);
if(empty($info)){
$this->error('sql执行错误');
}else{
$a = Db::name('territory')->where('id',$param['id'])->find();
Db::name('teacher')->where('user_id',$a['user_id'])->update(['status'=>0]);
$this->success('SUCCESS');
}
}else{
$info = Db::name('territory')
->where('id',$param['id'])
... ...
... ... @@ -10017,7 +10017,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2020-04-13 15:29:18 </div>
Generated on 2020-04-15 19:06:06 </div>
<div class="col-md-6" align="right">
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
</div>
... ...