|
@@ -543,7 +543,6 @@ public class OrderProjectApiController extends CertifyApiController {
|
|
|
public Result memberList(InputMemberList in){
|
|
public Result memberList(InputMemberList in){
|
|
|
Result res = new Result();
|
|
Result res = new Result();
|
|
|
return res.data(orderProjectService.memberList(in));
|
|
return res.data(orderProjectService.memberList(in));
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|