lgy 1 개월 전
부모
커밋
f998ab7458
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jcjyhr/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php

+ 1 - 0
jcjyhr/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php

@@ -81,6 +81,7 @@ trait TableFieldInfo
      */
     public function getFieldsBindType(): array
     {
+        var_dump(77);die;
         $fieldType = $this->getFieldsType();
 
         return array_map([$this->connection, 'getFieldBindType'], $fieldType);