Browse Source

代码修正

gaodm 6 years ago
parent
commit
469cd03ef2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user-service/src/main/resources/mapper/UserMapper.xml

+ 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>