Commit d79f9757 authored by 赵啸非's avatar 赵啸非

添加动态列表查询接口

parent 808f081b
...@@ -107,9 +107,9 @@ ...@@ -107,9 +107,9 @@
<!-- 新增 --> <!-- 新增 -->
<insert id="insert" parameterType="UserEntity" keyProperty="id"> <insert id="insert" parameterType="UserEntity" keyProperty="id">
insert into mortals_xhx_user insert into mortals_xhx_user
(id,loginName,loginPwd,loginPwd1,loginPwd2,loginPwd3,loginLimitAddress,realName,mobile,phone,email,qq,userType,siteId,status,customerId,createTime,createUserId,createUserName,lastLoginTime,lastLoginAddress,lastModPwdTime,lastModPwdAddr) (loginName,loginPwd,loginPwd1,loginPwd2,loginPwd3,loginLimitAddress,realName,mobile,phone,email,qq,userType,siteId,status,customerId,createTime,createUserId,createUserName,lastLoginTime,lastLoginAddress,lastModPwdTime,lastModPwdAddr)
VALUES VALUES
(#{id},#{loginName},#{loginPwd},#{loginPwd1},#{loginPwd2},#{loginPwd3},#{loginLimitAddress},#{realName},#{mobile},#{phone},#{email},#{qq},#{userType},#{siteId},#{status},#{customerId},#{createTime},#{createUserId},#{createUserName},#{lastLoginTime},#{lastLoginAddress},#{lastModPwdTime},#{lastModPwdAddr}) (#{loginName},#{loginPwd},#{loginPwd1},#{loginPwd2},#{loginPwd3},#{loginLimitAddress},#{realName},#{mobile},#{phone},#{email},#{qq},#{userType},#{siteId},#{status},#{customerId},#{createTime},#{createUserId},#{createUserName},#{lastLoginTime},#{lastLoginAddress},#{lastModPwdTime},#{lastModPwdAddr})
</insert> </insert>
<!-- 批量新增 --> <!-- 批量新增 -->
......
...@@ -19,7 +19,7 @@ Authorization: {{authToken}} ...@@ -19,7 +19,7 @@ Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"idList":[22,19,20], "idList":[19,22,20],
"page":1, "page":1,
"size":-1 "size":-1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment