Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
youka-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-youka-wallet
youka-api
Commits
ff300226
Commit
ff300226
authored
Apr 11, 2018
by
Java-聂换换
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商户进件
parent
ce49c9a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
UserRequest.java
src/main/java/com/thinkgem/jeesite/modules/user/bean/UserRequest.java
+9
-0
UserDao.xml
src/main/resources/mappings/modules/user/UserDao.xml
+3
-0
No files found.
src/main/java/com/thinkgem/jeesite/modules/user/bean/UserRequest.java
View file @
ff300226
...
@@ -5,6 +5,7 @@ import com.thinkgem.jeesite.common.baseBean.Request;
...
@@ -5,6 +5,7 @@ import com.thinkgem.jeesite.common.baseBean.Request;
import
java.util.List
;
import
java.util.List
;
public
class
UserRequest
extends
Request
{
public
class
UserRequest
extends
Request
{
private
String
payChannel
;
// 支付渠道
private
String
mobile
;
// 电话号码
private
String
mobile
;
// 电话号码
private
String
password
;
// 密码
private
String
password
;
// 密码
private
String
newPassword
;
// 新密码 用于注册功能、忘记密码功能、修改密码功能
private
String
newPassword
;
// 新密码 用于注册功能、忘记密码功能、修改密码功能
...
@@ -280,4 +281,12 @@ public class UserRequest extends Request {
...
@@ -280,4 +281,12 @@ public class UserRequest extends Request {
public
void
setLevel
(
String
level
)
{
public
void
setLevel
(
String
level
)
{
this
.
level
=
level
;
this
.
level
=
level
;
}
}
public
String
getPayChannel
()
{
return
payChannel
;
}
public
void
setPayChannel
(
String
payChannel
)
{
this
.
payChannel
=
payChannel
;
}
}
}
src/main/resources/mappings/modules/user/UserDao.xml
View file @
ff300226
...
@@ -245,6 +245,9 @@
...
@@ -245,6 +245,9 @@
yc.user_code = #{subMerchantCode}
yc.user_code = #{subMerchantCode}
AND yc.card_type = #{cardType}
AND yc.card_type = #{cardType}
AND yc.del_flag = '0'
AND yc.del_flag = '0'
<if
test=
"payChannel!=null and payChannel != ''"
>
AND yb.support_pay_channel LIKE concat('%',#{payChannel},',%')
</if>
</select>
</select>
<select
id=
"getCardInfo"
resultType=
"com.thinkgem.jeesite.modules.user.entity.CardEntity"
>
<select
id=
"getCardInfo"
resultType=
"com.thinkgem.jeesite.modules.user.entity.CardEntity"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment