云立方接口异常

This commit is contained in:
苏竹红
2024-05-14 16:50:57 +08:00
parent 3f11ca6697
commit e704aeca68

View File

@@ -236,8 +236,8 @@ public class PreparationServiceImpl implements PreparationService {
openAcceptanceInfoDO.setShopId(shopId);
openAcceptanceInfoDO.setAcceptanceStatus(CommonConstants.ZERO);
openAcceptanceInfoDAO.insertSelective(openAcceptanceInfoDO);
shopStageInfoDAO.updateShopStageInfo(shopId, ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_160);
}
shopStageInfoDAO.updateShopStageInfo(shopId, ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_160);
}
@Override