|
@@ -99,13 +99,13 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
}
|
|
|
}
|
|
|
if (receiveName != null && !"null".equals(receiveName)) {
|
|
|
- mapValue.put("receivName","%" + receiveName + "%");
|
|
|
+ mapValue.put("receivName", receiveName);
|
|
|
}
|
|
|
if (materialName != null && !"".equals(materialName) && !"null".equals(materialName)) {
|
|
|
- mapValue.put("remark","%" + materialName + "%");
|
|
|
+ mapValue.put("remark",materialName);
|
|
|
}
|
|
|
if (wareHouse != null && !"".equals(wareHouse) && !"null".equals(wareHouse)) {
|
|
|
- mapValue.put("wareHouse","%" + wareHouse + "%");
|
|
|
+ mapValue.put("wareHouse",wareHouse);
|
|
|
}
|
|
|
mapValue.put("orderTypee",orderType);
|
|
|
mapValue.put("shipperId",shipperId);
|
|
@@ -152,13 +152,13 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
}
|
|
|
}
|
|
|
if (receiveName != null && !"null".equals(receiveName)) {
|
|
|
- mapValue.put("receivName","%" + receiveName + "%");
|
|
|
+ mapValue.put("receivName",receiveName);
|
|
|
}
|
|
|
if (materialName != null && !"".equals(materialName) && !"null".equals(materialName)) {
|
|
|
- mapValue.put("remark","%" + materialName + "%");
|
|
|
+ mapValue.put("remark", materialName);
|
|
|
}
|
|
|
if (wareHouse != null && !"".equals(wareHouse) && !"null".equals(wareHouse)) {
|
|
|
- mapValue.put("wareHouse","%" + wareHouse + "%");
|
|
|
+ mapValue.put("wareHouse",wareHouse);
|
|
|
}
|
|
|
mapValue.put("orderTypee",orderType);
|
|
|
mapValue.put("shipperId",shipperId);
|