|
@@ -852,7 +852,7 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
map.put("salers",saler);
|
|
|
}
|
|
|
if (easPrimaryId != null && !"".equals(easPrimaryId) && !"null".equals(easPrimaryId)) {
|
|
|
- map.put("easPrimaryId",easPrimaryId);
|
|
|
+ map.put("easPrimaryId","%" + easPrimaryId+ "%");
|
|
|
}
|
|
|
//分页数据
|
|
|
List<Map<String, Object>> report = statisticalReportService.getSaleSteelReportNew(map);
|
|
@@ -971,7 +971,7 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
map.put("salers",saler);
|
|
|
}
|
|
|
if (easPrimaryId != null && !"".equals(easPrimaryId) && !"null".equals(easPrimaryId)) {
|
|
|
- map.put("easPrimaryId",easPrimaryId);
|
|
|
+ map.put("easPrimaryId","%" +easPrimaryId+ "%");
|
|
|
}
|
|
|
//分页数据
|
|
|
List<Map<String, Object>> report = statisticalReportService.getSettledSaleSteelReportNew(map);
|