This commit is contained in:
aozhiwei 2023-08-02 17:22:05 +08:00
parent 02dc79cf27
commit 0d3111a153

View File

@ -58,7 +58,7 @@ class OutAppPurchase {
myself()->_rspErr(0, 'not found order');
return;
}
if ($orderDb['status'] != OutAppOrder::FINISHED_STATE) {
if ($orderDb['status'] == OutAppOrder::FINISHED_STATE) {
myself()->_rspErr(0, 'order is finished');
return;
}