|
@@ -308,6 +308,9 @@ public class AppAgentController extends BaseController {
|
|
resultDataInfo.setRows(tableDataInfo.getRows().stream().map(e->{
|
|
resultDataInfo.setRows(tableDataInfo.getRows().stream().map(e->{
|
|
AppUserTeamTranserRecordVo vo = new AppUserTeamTranserRecordVo();
|
|
AppUserTeamTranserRecordVo vo = new AppUserTeamTranserRecordVo();
|
|
vo.setMoney(e.getDiamondCoinChange());
|
|
vo.setMoney(e.getDiamondCoinChange());
|
|
|
|
+ if(e.getCurrencyType() == 2){
|
|
|
|
+ vo.setMoney(e.getCoinChange());
|
|
|
|
+ }
|
|
vo.setTime(e.getCreateTime());
|
|
vo.setTime(e.getCreateTime());
|
|
AppUser appUser = null;
|
|
AppUser appUser = null;
|
|
if(0 == transerDto.getType()){
|
|
if(0 == transerDto.getType()){
|