소스 검색

余额明细

gorden 8 달 전
부모
커밋
6b25fe9cc0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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("提成处理失败", '提成处理失败');
         }
     }