admin
2020-04-27 e44f0a6f4aba26f3b9c63b6581668cb3da5ff577
fanli/src/main/java/com/yeshi/fanli/service/impl/user/HistorySearchServiceImpl.java
@@ -17,6 +17,7 @@
   private HistorySearchMapper historySearchMapper;
   public void addHistorySearch(String searchKey, String bid) {
      searchKey = searchKey != null && searchKey.length() > 64 ? searchKey.substring(0, 64) : searchKey;
      HistorySearch historySearch = new HistorySearch();
      historySearch.setName(searchKey);
      historySearch.setBusinessId(bid);