wugg 1 year ago
parent
commit
e0ae732cb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/bbc/controller/Good.php

+ 1 - 1
app/bbc/controller/Good.php

@@ -199,7 +199,7 @@ class Good extends Base
             }else throw new Exception('商品审核失败');
                     $platform->commit();
                     //流程记录
-                    $event=[ 'order_type' => 'SPSX',
+                    $event=[ 'order_type' => 'BBCSX',
                         'order_code' =>$platform->skuCode,//咨询单详情编号
                         'order_id' => $platform->id,
                         'order_status' => 2,