gogs 1 năm trước cách đây
mục cha
commit
94fc984d93
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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()
     }