TP更新操作判断

来源:互联网 发布:搞笑图片知乎 编辑:程序博客网 时间:2024/05/29 03:25
$result=$Model->where($condition)->save($data);if($result === false) {   return false;}

0 0