hutaishi commented on a change in pull request #3091:
URL: https://github.com/apache/incubator-shenyu/pull/3091#discussion_r832765458



##########
File path: shenyu-admin/src/main/resources/mappers/auth-param-sqlmap.xml
##########
@@ -28,100 +28,103 @@
     </resultMap>
 
     <sql id="Base_Column_List">
-        id, auth_id, app_name,app_param,date_created, date_updated
+        id,
+        auth_id,
+        app_name,
+        app_param,
+        date_created,
+        date_updated
     </sql>
 
     <select id="findByAuthId" parameterType="java.lang.String" 
resultMap="BaseResultMap">
-        select
-        <include refid="Base_Column_List"/>
-        from auth_param
-        where auth_id = #{authId,jdbcType=VARCHAR}
+        SELECT
+            <include refid="Base_Column_List"/>
+        FROM auth_param
+        WHERE auth_id = #{authId, jdbcType=VARCHAR}

Review comment:
       Fixed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to