Redeem 1 rok pred
rodič
commit
188e16a9f5

+ 4 - 1
src/main/java/com/steerinfo/dil/controller/StatisticalReportController.java

@@ -1505,7 +1505,10 @@ public class StatisticalReportController extends BaseRESTfulController {
         if(carrierSsoId != null){
             if(!"null".equals(carrierSsoId) && carrierSsoId != null){
                 map.put("carrierSsoId", carrierSsoId);
-
+                String realSsoId = statisticalReportMapper.getRealSsoId(carrierSsoId);
+                if(realSsoId != null) {
+                    map.put("carrierSsoId",realSsoId);
+                }
             }
         }
         if (receiveName != null && !"null".equals(receiveName)) {