Browse Source

余额明细

gorden 6 months ago
parent
commit
6b25fe9cc0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/service/order/CommissionService.php

+ 1 - 0
app/admin/service/order/CommissionService.php

@@ -111,6 +111,7 @@ class CommissionService
 
             }
         } catch (\Exception $e) {
+            dump('提成处理失败:'.$e->getMessage());
             _syslog("提成处理失败", '提成处理失败');
         }
     }