diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php
index 10792981a..9184b6019 100644
--- a/app/common/logic/PayNotifyLogic.php
+++ b/app/common/logic/PayNotifyLogic.php
@@ -282,6 +282,7 @@ class PayNotifyLogic extends BaseLogic
         }
         if($order['pay_type']==9){
             Db::name('wechat_micropay')->where(['order_id'=>$order['order_id']])->delete();
+            PushService::push('store_merchant_' . $order['store_id'], $order['store_id'], ['type' => 'cash_register', 'msg' => '您有一笔订单已支付', 'data' => $extra]);
         }
         return true;
     }