Commit f8fca8f9989a3bac9bdb38028b11625ddecfbe95

Authored by jiangjiazhi
1 parent a47fb8b9f2

修改bug 1957

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmsConfigFacade.java View file @ f8fca8f
... ... @@ -447,7 +447,7 @@
447 447 */
448 448 public BaseResponse queryConfigHospitals(String hospitalName,String provinceId, String cityId, String areaId, Integer status,Integer page,Integer limit) {
449 449 OrganizationQuery organizationQuery = new OrganizationQuery();
450   - if(null != page && limit != page) {
  450 + if(null != page && limit != null) {
451 451 organizationQuery.setNeed("true");
452 452 organizationQuery.setPage(page);
453 453 organizationQuery.setLimit(limit);