This commit is contained in:
Lemon
2023-08-30 14:30:16 +08:00
parent 0bcec90e91
commit a5efd1e690

View File

@@ -166,7 +166,7 @@ public class OrderPileOccupyServiceImpl implements OrderPileOccupyService {
orderPileOccupy.setOccupyCode(occupyCode);
orderPileOccupy.setMemberId(memberId);
orderPileOccupy.setStatus(OccupyOrderStatusEnum.DRAFT_ORDER.getCode()); // 草稿单
orderPileOccupy.setPayStatus(Constants.TWO); // 支付
orderPileOccupy.setPayStatus(Constants.TWO); // 无需支付
orderPileOccupy.setPileSn(pileSn);
PileInfoVO pileInfoVO = pileBasicInfoService.selectPileInfoBySn(pileSn);
if (pileInfoVO != null) {