TASK:新增订阅计划概念
This commit is contained in:
@@ -2237,7 +2237,7 @@ public class PythonService {
|
||||
private List<Integer> resolve(List<BigDecimal> list) {
|
||||
List<Integer> integerList = Lists.newArrayList();
|
||||
list.forEach(l -> {
|
||||
integerList.add(new Integer(l.intValue()));
|
||||
integerList.add(l.intValue());
|
||||
});
|
||||
return integerList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user