mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
update 生成占桩订单草稿单时无需支付
This commit is contained in:
@@ -166,7 +166,7 @@ public class OrderPileOccupyServiceImpl implements OrderPileOccupyService {
|
|||||||
orderPileOccupy.setOccupyCode(occupyCode);
|
orderPileOccupy.setOccupyCode(occupyCode);
|
||||||
orderPileOccupy.setMemberId(memberId);
|
orderPileOccupy.setMemberId(memberId);
|
||||||
orderPileOccupy.setStatus(OccupyOrderStatusEnum.DRAFT_ORDER.getCode()); // 草稿单
|
orderPileOccupy.setStatus(OccupyOrderStatusEnum.DRAFT_ORDER.getCode()); // 草稿单
|
||||||
orderPileOccupy.setPayStatus(Constants.ZERO); // 未支付
|
orderPileOccupy.setPayStatus(Constants.TWO); // 未支付
|
||||||
orderPileOccupy.setPileSn(pileSn);
|
orderPileOccupy.setPileSn(pileSn);
|
||||||
PileInfoVO pileInfoVO = pileBasicInfoService.selectPileInfoBySn(pileSn);
|
PileInfoVO pileInfoVO = pileBasicInfoService.selectPileInfoBySn(pileSn);
|
||||||
if (pileInfoVO != null) {
|
if (pileInfoVO != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user