gogs 1 年之前
父节点
当前提交
94fc984d93
共有 1 个文件被更改,包括 2 次插入1 次删除
  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()
     }