소스 검색

代码修正

gaodm 6 년 전
부모
커밋
469cd03ef2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>