Browse Source

代码修正

gaodm 6 năm trước cách đây
mục cha
commit
469cd03ef2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>