浏览代码

fixbug:修复转到访审核错误问题

yb 8 月之前
父节点
当前提交
a7a809d1c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/wechat/service/CustomService.php

+ 1 - 1
app/wechat/service/CustomService.php

@@ -623,7 +623,7 @@ class CustomService
                     ['check_status', '=', 1],
                     ['id', '<>', $customId]
                 ];
-                MarketCustomer::where($where)->update(['check_time' => time(),'check_status' => -1,'check_note' => self::CHECK_NOTE]);
+                MarketCustomer::where($where)->update(['current_status' => -1, 'check_time' => time(),'check_status' => -1,'check_note' => self::CHECK_NOTE]);
             }
             Db::commit();
         }catch (BusinessException|\Exception $e){