Commit 90af1c663a82854f570b9684d7d7ee0f0f27c755

Authored by hanshaofeng
1 parent b3ac63fb28

add import test

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisCrisisItemController.java View file @ 90af1c6
... ... @@ -51,6 +51,7 @@
51 51 query.setSort("publishTime desc");
52 52 query.setPage(page);
53 53 query.setLimit(limit);
  54 + query.setNeed("y");
54 55 query.setId(id);
55 56 query.setCardNo(cardNo);
56 57 query.setPhone(phone);