Przeglądaj źródła

获取通栏列表

15313670163 3 dni temu
rodzic
commit
690600568d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/JsonRpc/PublicRpcService.php

+ 1 - 1
app/JsonRpc/PublicRpcService.php

@@ -963,7 +963,7 @@ class PublicRpcService implements PublicRpcServiceInterface
     {
         $where = [];
         if (isset($data['template_class_id']) && !empty($data['template_class_id'])) {
-            $where['template_class.template_class_id'] = $data['template_class_id'];
+            $where['template_class.class_id'] = $data['template_class_id'];
         }
         if (isset($data['template_id']) && !empty($data['template_id'])) {
             array_push($where, ['template.template_id', $data['template_id']]);