Merge branch 'test6.9.8' of http://git.yoho.cn/ufo/ufo-platform into test6.9.8
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -127,7 +127,7 @@ public class StorageDepositServiceImpl implements IStorageDepositService{ | @@ -127,7 +127,7 @@ public class StorageDepositServiceImpl implements IStorageDepositService{ | ||
127 | * @return | 127 | * @return |
128 | */ | 128 | */ |
129 | public List<StorageDeposit> selectNeddRemindDeposit() { | 129 | public List<StorageDeposit> selectNeddRemindDeposit() { |
130 | - return storageDepositMapper.selectNeddRemindDeposit(DateUtil.getCurrentTimeSeconds() - 24 * 60 * 60); | 130 | + return storageDepositMapper.selectNeddRemindDeposit(DateUtil.getCurrentTimeSeconds() + 24 * 60 * 60); |
131 | } | 131 | } |
132 | 132 | ||
133 | 133 |
-
Please register or login to post a comment