|
|
@@ -255,7 +255,7 @@ public class InvestTests { |
|
|
ObjectMapper mapper = objectMapper(); |
|
|
ObjectMapper mapper = objectMapper(); |
|
|
|
|
|
|
|
|
List operates = operateRecordService.queryPage(null); |
|
|
List operates = operateRecordService.queryPage(null); |
|
|
List follows = followRecordService.queryPage(null); |
|
|
|
|
|
|
|
|
InvestPage follows = followRecordService.queryPage(null); |
|
|
List customers = customerService.list(null); |
|
|
List customers = customerService.list(null); |
|
|
List tasks = taskService.list(null); |
|
|
List tasks = taskService.list(null); |
|
|
List reminds = remindService.list(null); |
|
|
List reminds = remindService.list(null); |
|
|
|