Merge remote-tracking branch 'origin/cc_partner_init' into cc_partner_init
This commit is contained in:
@@ -236,9 +236,9 @@ public class PreparationServiceImpl implements PreparationService {
|
|||||||
openAcceptanceInfoDO.setShopId(shopId);
|
openAcceptanceInfoDO.setShopId(shopId);
|
||||||
openAcceptanceInfoDO.setAcceptanceStatus(CommonConstants.ZERO);
|
openAcceptanceInfoDO.setAcceptanceStatus(CommonConstants.ZERO);
|
||||||
openAcceptanceInfoDAO.insertSelective(openAcceptanceInfoDO);
|
openAcceptanceInfoDAO.insertSelective(openAcceptanceInfoDO);
|
||||||
}
|
|
||||||
shopStageInfoDAO.updateShopStageInfo(shopId, ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_160);
|
shopStageInfoDAO.updateShopStageInfo(shopId, ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_160);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Boolean decorationFlush(Long shopId) {
|
public Boolean decorationFlush(Long shopId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user