xg
This commit is contained in:
parent
04e6ddb753
commit
a9e93f804e
@ -178,8 +178,9 @@ public class ContractInfoController {
|
||||
|
||||
list.forEach(i->{
|
||||
futs.forEach(d->{
|
||||
if(d.getTs_code().equals(d.getTs_code())) {
|
||||
if(i.getTs_code().equals(d.getTs_code())) {
|
||||
i.setFutDaily(d);
|
||||
return;
|
||||
}
|
||||
});
|
||||
});
|
||||
@ -458,7 +459,7 @@ public class ContractInfoController {
|
||||
|
||||
list.forEach(i->{
|
||||
futs.forEach(d->{
|
||||
if(d.getTs_code().equals(d.getTs_code())) {
|
||||
if(i.getTs_code().equals(d.getTs_code())) {
|
||||
i.setFutDaily(d);
|
||||
}
|
||||
});
|
||||
|
||||
@ -155,7 +155,7 @@ public class ContractInfoManageController {
|
||||
|
||||
list.forEach(i->{
|
||||
futs.forEach(d->{
|
||||
if(d.getTs_code().equals(d.getTs_code())) {
|
||||
if(i.getTs_code().equals(d.getTs_code())) {
|
||||
i.setFutDaily(d);
|
||||
}
|
||||
});
|
||||
|
||||
@ -160,7 +160,7 @@ public class ContractInfoScribeController {
|
||||
|
||||
list.forEach(i->{
|
||||
futs.forEach(d->{
|
||||
if(d.getTs_code().equals(d.getTs_code())) {
|
||||
if(i.getTs_code().equals(d.getTs_code())) {
|
||||
i.setFutDaily(d);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user