update 生成占桩订单草稿单时无需支付

This commit is contained in:
Lemon
2023-08-30 14:29:35 +08:00
parent fb7494ac06
commit 41861273ca

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.ZERO); // 未支付
orderPileOccupy.setPayStatus(Constants.TWO); // 未支付
orderPileOccupy.setPileSn(pileSn);
PileInfoVO pileInfoVO = pileBasicInfoService.selectPileInfoBySn(pileSn);
if (pileInfoVO != null) {