Merge branch 'version_performance_2.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management into version_performance_2.0
This commit is contained in:
commit
00966dd7e2
@ -1207,7 +1207,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
||||
List<FlowDetailResp> flowDetailResps = flowRecordResp.getFlowDetailRespList();
|
||||
if(flowDetailResps !=null && flowDetailResps.size() ==1 && flowRecordResp.getRealStatus() == 2){
|
||||
auth.put("transfer",flowDetailResps.get(0).getTransfer());
|
||||
auth.put("tiaozhuang",flowDetailResps.get(0).getTiaozhuang());
|
||||
auth.put("tiaozhuang",0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user