Przeglądaj źródła

计划任务-修复养老金进入公证处记录

sunxbiao 1 rok temu
rodzic
commit
f39ae4cbfa
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/command/GzcAddByBillCommand.php

+ 1 - 0
app/command/GzcAddByBillCommand.php

@@ -136,6 +136,7 @@ class GzcAddByBillCommand extends Command
136 136
         $userIds = array_unique(array_column($bills->toArray(), 'uid'));
137 137
         $certifications = Db::name('user_certification')
138 138
             ->whereIn('uid', $userIds)
139
+            ->where('status', '=', 1)
139 140
             ->column('user_name,mobile,user_card', 'uid');
140 141
 
141 142
         // 3. 订单类型映射配置