Ver código fonte

代码修正

gaodm 6 anos atrás
pai
commit
469cd03ef2

+ 1 - 1
user-service/src/main/resources/mapper/UserMapper.xml

@@ -10,7 +10,7 @@
     </resultMap>
 
     <select id="findByName" resultMap="BaseResultMap" parameterType="java.lang.String">
-        SELECT * FROM USER
+        select * from user
         where username = #{username}
     </select>