Explorar el Código

[招商]adjust

release_toaliyun_real
Burce hace 6 años
padre
commit
985f216bd5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkAdmin/src/test/java/com/iformall/service/test/InvestTests.java

+ 1
- 1
mallinkAdmin/src/test/java/com/iformall/service/test/InvestTests.java Ver fichero

@@ -255,7 +255,7 @@ public class InvestTests {
ObjectMapper mapper = objectMapper();

List operates = operateRecordService.queryPage(null);
List follows = followRecordService.queryPage(null);
InvestPage follows = followRecordService.queryPage(null);
List customers = customerService.list(null);
List tasks = taskService.list(null);
List reminds = remindService.list(null);


Cargando…
Cancelar
Guardar