|
@@ -63,6 +63,7 @@ public class RmsMaterialController extends BaseRESTfulController {
|
|
if (con!=null&&!con.equals("undefined")){
|
|
if (con!=null&&!con.equals("undefined")){
|
|
mapValue.put("con","%"+con+"%");
|
|
mapValue.put("con","%"+con+"%");
|
|
}
|
|
}
|
|
|
|
+ // 哦哦
|
|
List<Map<String, Object>> listTotal = rmsMaterialService.getMaterialList(mapValue);
|
|
List<Map<String, Object>> listTotal = rmsMaterialService.getMaterialList(mapValue);
|
|
|
|
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
PageHelper.startPage(pageNum, pageSize);
|