Merge branch 'hotfix_现货寄存订单发货变更' into test6.9.13
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -880,7 +880,7 @@ public class DepositServiceImpl implements DepositService { | @@ -880,7 +880,7 @@ public class DepositServiceImpl implements DepositService { | ||
880 | LOGGER.info("updateDelStatus, uid is {}, depositCode is {}, old depositInfo is {}", uid, depositCode, deposit); | 880 | LOGGER.info("updateDelStatus, uid is {}, depositCode is {}, old depositInfo is {}", uid, depositCode, deposit); |
881 | //当前记录置为无效 | 881 | //当前记录置为无效 |
882 | 882 | ||
883 | - int num = storageDepositMapper.updateDepositAgainDelStatus(uid, depositCode, deposit.getStatus(), deposit.getOrderCode() * 10); | 883 | + int num = storageDepositMapper.updateDepositAgainDelStatus(uid, depositCode, deposit.getStatus(), deposit.getId().longValue()); |
884 | 884 | ||
885 | //清缓存 | 885 | //清缓存 |
886 | clearCache(uid, deposit.getProductId(), deposit.getStorageId()); | 886 | clearCache(uid, deposit.getProductId(), deposit.getStorageId()); |
-
Please register or login to post a comment