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; }