1
zj
2024-06-02 6f353ae65e9c9f117a9c1177aa5766fd6a3a161e
target/classes/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