admin
2020-04-14 036fc28606e5fcb2203cbc7c4736c99512a522f7
fanli/src/main/java/com/yeshi/fanli/service/impl/order/config/HongBaoManageServiceImpl.java
@@ -39,7 +39,7 @@
   public String get(final String key) {
      HongBaoManage hongBaoManage = hongBaoManageMapper.selectByKey(key);
      if (hongBaoManage != null)
         hongBaoManage.getValue();
         return hongBaoManage.getValue();
      return null;
   }