1. 添加策略模板API文档
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.realtime.protection.server.user.login.LoginMapper">
|
||||
<select id="login" resultType="java.lang.Integer">
|
||||
select test_id from t_test
|
||||
where username = #{username} and passwd = #{password}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user