xiaoyong931011
2023-06-07 3cfc2e7d4206f332da8af1c161725fc8a02df1e3
twoCoin项目修改
2 files modified
8 ■■■■■ changed files
src/main/java/cc/mrbird/febs/dapp/vo/DappFundFlowVo.java 6 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/dapp/DappFundFlowDao.xml 2 ●●●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/dapp/vo/DappFundFlowVo.java
@@ -19,4 +19,10 @@
    @ApiModelProperty(value = "时间")
    private String createTime;
    @ApiModelProperty(value = "发送方")
    private String fromAddress;
    @ApiModelProperty(value = "接收方")
    private String toAddress;
}
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -35,6 +35,8 @@
        select
               a.amount amount,
               a.type type,
               a.from_hash fromAddress,
               a.to_hash toAddress,
               date_format(a.create_time, '%Y-%m-%d %H:%m:%s') createTime
        from dapp_fund_flow a
        <where>