|
|
@ -142,7 +142,7 @@ public class AccountController {
|
|
|
|
@PostMapping("createFund.json")
|
|
|
|
@PostMapping("createFund.json")
|
|
|
|
public void createFund() throws SQLException {
|
|
|
|
public void createFund() throws SQLException {
|
|
|
|
|
|
|
|
|
|
|
|
List<Student> students = studentService.getValuesByOrgId(115L);
|
|
|
|
List<Student> students = studentService.getNoBaseStudent();
|
|
|
|
int i = 0;
|
|
|
|
int i = 0;
|
|
|
|
if (students != null && students.size() > 0) {
|
|
|
|
if (students != null && students.size() > 0) {
|
|
|
|
for (Student student : students) {
|
|
|
|
for (Student student : students) {
|
|
|
|