|
@@ -1380,6 +1380,10 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
if (wareHouse != null && !"".equals(wareHouse) && !"null".equals(wareHouse)) {
|
|
|
mapValue.put("wareHouse",wareHouse);
|
|
|
}
|
|
|
+ if (mapValue.get("transportStatus") != null) {
|
|
|
+ mapValue.put("transportStatusList",mapValue.get("transportStatus"));
|
|
|
+ mapValue.remove("transportStatus");
|
|
|
+ }
|
|
|
mapValue.put("orderTypee",orderType);
|
|
|
mapValue.put("shipperId",shipperId);
|
|
|
if(orderType==1 && mapValue.get("orderField")==null){
|