1
zj
2024-05-27 1405d2e5b97e8f934cfb9a127c108c63f4dbcf3b
src/main/resources/mapper/UserMapper.xml
@@ -36,6 +36,9 @@
  </sql>
    <select id="findByPhone" parameterType="string" resultType="com.nq.pojo.User">
        select * from user where phone= #{phone}
    </select>
    <select id="login" resultMap="BaseResultMap" parameterType="map">
        SELECT