Showing
1 changed file
with
2 additions
and
1 deletions
@@ -1759,7 +1759,8 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon | @@ -1759,7 +1759,8 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon | ||
1759 | record.setDepositEndTime(DateUtil.getCurrentTimeSeconds() + 45*24*60*60); | 1759 | record.setDepositEndTime(DateUtil.getCurrentTimeSeconds() + 45*24*60*60); |
1760 | record.setEditPid(new UserHelper().getUserId()); | 1760 | record.setEditPid(new UserHelper().getUserId()); |
1761 | record.setOutType(0); | 1761 | record.setOutType(0); |
1762 | - | 1762 | + record.setSource(DepositSourceEnum.SOURCE_BUYER.getCode()); |
1763 | + record.setDepositType(DepositTypeEnum.TYPE_REAL.getCode()); | ||
1763 | storageDepositMapper.insert(record); | 1764 | storageDepositMapper.insert(record); |
1764 | 1765 | ||
1765 | //清缓存 | 1766 | //清缓存 |
-
Please register or login to post a comment