| | |
| | | return new FebsResponse().success().data(dappSystemService.findTotalInComeAndList()); |
| | | } |
| | | |
| | | |
| | | @ApiOperation(value = "价格", notes = "价格") |
| | | @GetMapping(value = "/price") |
| | | public FebsResponse price() { |
| | | return new FebsResponse().success().data(dappSystemService.findPriceListIn24H()); |
| | | } |
| | | |
| | | @PostMapping(value = "/encrypt") |
| | | public FebsResponse encryptTest(@RequestBody EncryptDto encryptDto) { |
| | | System.out.println(encryptDto.getTest()); |
| | |
| | | <select id="selectShouldReturnList" resultType="cc.mrbird.febs.dapp.entity.DappSdeWithdrawFeeEntity"> |
| | | select |
| | | address, |
| | | out_address_name, |
| | | sum(amount) amount |
| | | from dapp_sde_withdraw_fee |
| | | where has_return=2 |
| | | group by address |
| | | group by address, out_address_name |
| | | </select> |
| | | |
| | | <update id="updateHasReturnToFinish"> |