|
@@ -196,7 +196,7 @@ public class ReportService extends ServiceImpl<ReportMapper, Report> {
|
|
|
List<ClientVO> mapClients = new ArrayList<>();
|
|
|
if (clientIds.size() != 0) {
|
|
|
String res3 = outInterfaceService.getClientNameFromPCS(clientIds);
|
|
|
- mapClients = JSONObject.parseArray(res3,ClientVO.class);
|
|
|
+ mapClients = JSONObject.parseArray(res3);
|
|
|
}
|
|
|
//过滤报告
|
|
|
for (Report item : reports) {
|