WIN-2308041133\Administrator 2 days ago
parent
commit
69931c381c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/User.php

+ 1 - 1
app/api/controller/User.php

@@ -1515,7 +1515,7 @@ class User extends BaseController
         if ($info['status'] < 1) {
             return app('json')->fail("只有签约后才能发表评论");
         }
-        if ($info['start_time'] <= $time) {
+        if ($info['start_time'] > $time) {
 //            return app('json')->fail("只能在签约期间才能发表评论");
             return app('json')->fail("只有合约开始后才能发表评论");
         }