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