正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -197,7 +197,7 @@ class Common extends Api | @@ -197,7 +197,7 @@ class Common extends Api | ||
197 | public function addOrder() | 197 | public function addOrder() |
198 | { | 198 | { |
199 | $map['type'] = ['eq', 1]; | 199 | $map['type'] = ['eq', 1]; |
200 | - $map1['updatetime'] = ['LT', time() - 86400]; | 200 | + $map1['updatetime'] = ['GT', time() - 86400]; |
201 | Db::name('renwu')->where($map)->where($map1)->update( | 201 | Db::name('renwu')->where($map)->where($map1)->update( |
202 | [ | 202 | [ |
203 | 'type' => 0, | 203 | 'type' => 0, |
-
请 注册 或 登录 后发表评论