liuzejian 2 anni fa
parent
commit
3576c7e4a9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/Services/Report/QappTxadqNewReport.php

+ 1 - 0
src/Services/Report/QappTxadqNewReport.php

@@ -113,6 +113,7 @@ class QappTxadqNewReport
     private static function hasReportedCompleteOrder($user) {
        return ReportUserChargeRecord::where('uid', $user->uid)
             ->where('type', 'tx_adq_new_complete_order')
+            ->where('status', 1)
             ->exists();
     }