xiaoyong931011
2022-05-27 39de91481b6e9f2e7bca5c09396edbc9b41a6afc
src/main/resources/mapper/UserMapper.xml
@@ -17,4 +17,8 @@
        order by a.create_time desc
    </select>
    <select id="selectByUserNameAndPassword" resultType="com.xcong.farmer.cms.modules.system.entity.UserEntity">
        SELECT a.* FROM t_user a where a.username = #{username} and a.password = #{password}
    </select>
</mapper>