Browse Source

Merge remote-tracking branch 'origin/master'

cqpCow 1 year ago
parent
commit
9b8098788f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Service/CustomerPondService.php

+ 2 - 1
app/Service/CustomerPondService.php

@@ -24,8 +24,9 @@ class CustomerPondService extends Service
     //
     public function customerPondRule($customer){
         if($this->finishRule($customer)){
-
+            return true;
         }
+        return false;
 //        if()
     }