合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 模型使用strict方法不能返回自增长id 如果需要返回自增长id,则不能使用`strict`方法 ~~~ $rst = $deal->save($data); // ->strict(false) if($rst === false){ return $this->fail('操作失败!'); } return $deal->id; ~~~