feat:管理订单
This commit is contained in:
@@ -1216,9 +1216,9 @@ public class MiniStoreOrderServiceImpl implements MiniStoreOrderService {
|
||||
|
||||
// 2. 待立规审核 可管理订单
|
||||
Integer status = order.getStatus();
|
||||
if (!StoreOrderStatusEnum.WAIT_CONFIRM.getCode().equals(status)) {
|
||||
throw new ServiceException(ErrorCodeEnum.STORE_ORDER_UPDATE_FORBIDDEN);
|
||||
}
|
||||
// if (!StoreOrderStatusEnum.WAIT_CONFIRM.getCode().equals(status)) {
|
||||
// throw new ServiceException(ErrorCodeEnum.STORE_ORDER_UPDATE_FORBIDDEN);
|
||||
// }
|
||||
|
||||
// 3. 查询新店型信息
|
||||
StoreTypeDO storeType = storeTypeDAO.getById(order.getStoreTypeId());
|
||||
|
||||
Reference in New Issue
Block a user