fix
This commit is contained in:
@@ -74,6 +74,8 @@ public class OrderSysInfoServiceImpl implements OrderSysInfoService {
|
|||||||
OrderSysInfoDO orderSysInfoDO = orderSysInfoDAO.selectByShopId(request.getShopId());
|
OrderSysInfoDO orderSysInfoDO = orderSysInfoDAO.selectByShopId(request.getShopId());
|
||||||
if (Objects.isNull(orderSysInfoDO)) {
|
if (Objects.isNull(orderSysInfoDO)) {
|
||||||
orderSysInfoDO = new OrderSysInfoDO();
|
orderSysInfoDO = new OrderSysInfoDO();
|
||||||
|
orderSysInfoDO.setShopId(request.getShopId());
|
||||||
|
orderSysInfoDAO.insertSelective(orderSysInfoDO);
|
||||||
}
|
}
|
||||||
ShopStageInfoDO shopSubStageInfo = shopStageInfoDAO.getShopSubStageInfo(request.getShopId(), ShopSubStageEnum.SHOP_STAGE_15);
|
ShopStageInfoDO shopSubStageInfo = shopStageInfoDAO.getShopSubStageInfo(request.getShopId(), ShopSubStageEnum.SHOP_STAGE_15);
|
||||||
if (request.getType().equals(OrderSysTypeEnum.ORDER_SYS_TYPE_1.getType())) {
|
if (request.getType().equals(OrderSysTypeEnum.ORDER_SYS_TYPE_1.getType())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user