WIN-2308041133\Administrator 15 hours ago
parent
commit
1a2c65c9fd
1 changed files with 6 additions and 2 deletions
  1. 6 2
      app/system/controller/Contract.php

+ 6 - 2
app/system/controller/Contract.php

@@ -299,7 +299,7 @@ class Contract extends BaseController
         ]);
     }
     /**
-     * 评列表
+     * 评列表
      * @param Request $request
      */
     public function contractCommentList(Request $request)
@@ -356,9 +356,13 @@ class Contract extends BaseController
 
         $result = UtilService::getParam([
             "id",
-            "contract_no",
             "uid",
+            "name",
+            "contract_id",
+            "contract_no",
             "to_uid",
+            "to_name",
+            "content",
             "create_time",
 //            ['create_time', 'create_time', function ($item) {
 //                return empty($item) ? "-" : date('Y-m-d H:i:s', $item);