xiaoyong931011
2023-10-27 0ae314753d74b3e0c9caff0744f50642de5321ce
版本管理
2 files modified
4 ■■■ changed files
src/main/java/cc/mrbird/febs/mall/vo/AdminChatWithDrawVo.java 2 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/ChatUserMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/vo/AdminChatWithDrawVo.java
@@ -16,10 +16,12 @@
     * 昵称
     */
    private String nickName;
    private String phone;
    /**
     * 提现金额
     */
    private BigDecimal amount;
    private BigDecimal fee;
    /**
     * 1:内转 2:外转提现
     */
src/main/resources/mapper/modules/ChatUserMapper.xml
@@ -181,7 +181,7 @@
        b.nick_name nickName,
        b.phone phone,
        a.id id,
        a.amount amount,
        (a.amount - a.fee) amount,
        a.type type,
        a.address address,
        a.state state