소스 검색

修改接口

yjp 1 년 전
부모
커밋
7fb95f31b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      project/server/application/service/student.go

+ 1 - 1
project/server/application/service/student.go

@@ -72,7 +72,7 @@ func (svc *StudentService) v1(appInstance *application.App) {
 			}
 
 			if !hasRule {
-				queryFunc := entity_crud.Query[student.Info](domain.TableName(dbSchema, e), "", nil, nil)
+				queryFunc := entity_crud.Query[student.Info](domain.TableName(dbSchema, e), "", nil, nil, nil)
 				return queryFunc(c, params, objects, i)
 			}