chuweiqiang il y a 1 an
Parent
commit
6845436a44
2 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 1 2
      .idea/workspace.xml
  2. 1 1
      application/common/service/OrderCallback.php

+ 1 - 2
.idea/workspace.xml

@@ -2,7 +2,6 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/common/service/OrderCallback.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common/service/OrderCallback.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -482,7 +481,7 @@
       <workItem from="1700699350870" duration="25020000" />
       <workItem from="1700785845814" duration="22621000" />
       <workItem from="1701045250830" duration="19896000" />
-      <workItem from="1701131684057" duration="2674000" />
+      <workItem from="1701131684057" duration="3058000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/common/service/OrderCallback.php

@@ -175,7 +175,7 @@ class OrderCallback
             }
             // 活动订单发票记录修改
             BillApply::where(['order_type'=>3,'order_id'=>$order_info['id']])->update(['order_pay'=>1]);
-            UserMessage::sendUserMessage($order_info['user_id'],'activity',1,0,0,$order_info['id'],'',$order_info['id']);
+            //UserMessage::sendUserMessage($order_info['user_id'],'activity',1,0,0,$order_info['id'],'',$order_info['id']);
             Db::commit();
         }catch (\Exception $e){
             $ret_val = false;