更新返回
This commit is contained in:
parent
0b1cde54c2
commit
ec516f3eb3
@ -290,6 +290,7 @@ class ContractLogic extends BaseLogic
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Db::name('contract')->where('id', $find['id'])->update(['url' => json_encode($url)]);
|
Db::name('contract')->where('id', $find['id'])->update(['url' => json_encode($url)]);
|
||||||
|
return true;
|
||||||
}else{
|
}else{
|
||||||
return self::setError('没找到合同,联系管理员');
|
return self::setError('没找到合同,联系管理员');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user