Commit 3d7586af authored by 李欣峰's avatar 李欣峰

<dev>

1.代码规范
parent 6dd1f28c
...@@ -59,6 +59,7 @@ public interface ApiAuthRepository extends JpaRepository<ApiAuth, Integer>, JpaS ...@@ -59,6 +59,7 @@ public interface ApiAuthRepository extends JpaRepository<ApiAuth, Integer>, JpaS
* 根据apiId,查询对应的apiAuth信息 * 根据apiId,查询对应的apiAuth信息
* *
* @param apiId * @param apiId
* @param userid
* @return * @return
*/ */
@Query(value = "select start_time , end_time from api_auth where api_id= ?1 and user_id = ?2", nativeQuery = true) @Query(value = "select start_time , end_time from api_auth where api_id= ?1 and user_id = ?2", nativeQuery = true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment