|
@@ -41,7 +41,7 @@ public class RmsDirectlySentCityController extends BaseRESTfulController {
|
|
mapValue=new HashMap<>();
|
|
mapValue=new HashMap<>();
|
|
}
|
|
}
|
|
if (con != null && !"null".equals(con)){
|
|
if (con != null && !"null".equals(con)){
|
|
- mapValue.put("con","%" + con + "%");
|
|
|
|
|
|
+ mapValue.put("con",con);
|
|
}
|
|
}
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
//分页查询数据
|
|
//分页查询数据
|