| | |
| | | return null;
|
| | | }
|
| | |
|
| | | @Cacheable(value = "homeBaoManage", key = "'getByKeyAndMaxTime-'+#key+'-'+#time")
|
| | | public BigDecimal getByKeyAndMaxTimeCache(String key, Long time) {
|
| | | return getByKeyAndMaxTime(key, time);
|
| | | }
|
| | |
|
| | | @Cacheable(value = "homeBaoManage", key = "'convertMap'")
|
| | | public Map<String, String> convertMap() {
|
| | | List<HongBaoManage> list = hongBaoManageMapper.listAll();
|
| | |
| | | public BigDecimal getBaseFanliRate() {
|
| | | return getBaseFanliRate(System.currentTimeMillis());
|
| | | }
|
| | | |
| | | @Cacheable(value = "homeBaoManage", key = "'getBaseFanliRate'+#time")
|
| | | @Override
|
| | | public BigDecimal getBaseFanliRateCache(long time) {
|
| | | return getBaseFanliRate(System.currentTimeMillis());
|
| | | }
|
| | |
|
| | | }
|