Commit 1a02df0c authored by libin's avatar libin

钱包帐号

parent c5d8a189
...@@ -43,4 +43,7 @@ public class WalletCathListDTO { ...@@ -43,4 +43,7 @@ public class WalletCathListDTO {
@ApiModelProperty("单号") @ApiModelProperty("单号")
private String cono; private String cono;
@ApiModelProperty(value = "用户账号")
private String accountNumber;
} }
...@@ -40,4 +40,7 @@ public class WalletCathAdminVo { ...@@ -40,4 +40,7 @@ public class WalletCathAdminVo {
@ApiModelProperty("单号") @ApiModelProperty("单号")
private String cono; private String cono;
@ApiModelProperty(value = "用户账号")
private String accountNumber;
} }
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
wc.stauts, wc.stauts,
wc.crt_time AS `crtTime`, wc.crt_time AS `crtTime`,
wc.finish_time AS `finishTime`, wc.finish_time AS `finishTime`,
wc.cono wc.cono,
wc.account_number AS `accountNumber`
FROM FROM
(SELECT * FROM `my_wallet_cath` <if test="state != null"> (SELECT * FROM `my_wallet_cath` <if test="state != null">
WHERE `stauts`=#{state} WHERE `stauts`=#{state}
......
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