| src/main/java/cc/mrbird/febs/dapp/vo/DappFundFlowVo.java | ●●●●● patch | view | raw | blame | history | |
| src/main/resources/mapper/dapp/DappFundFlowDao.xml | ●●●●● 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>