租赁合同审核放开人员限制
This commit is contained in:
@@ -935,9 +935,10 @@ public class PointServiceImpl implements PointService {
|
||||
throw new ServiceException(ErrorCodeEnum.SHOP_STAGE_NOT_OPERATE);
|
||||
}
|
||||
LineInfoDO lineInfo = lineInfoDAO.getLineInfo(shopInfo.getLineId());
|
||||
if(!request.getOperateUserId().equals(lineInfo.getDevelopmentManager())){
|
||||
throw new ServiceException(ErrorCodeEnum.NO_PERMISSION);
|
||||
}
|
||||
//正新放开限制
|
||||
// if(!request.getOperateUserId().equals(lineInfo.getDevelopmentManager())){
|
||||
// throw new ServiceException(ErrorCodeEnum.NO_PERMISSION);
|
||||
// }
|
||||
Long auditId = shopAuditInfoDAO.addAuditInfo(AuditRentContractRequest.convert(request, AuditTypeEnum.UPLOAD_RENT_CONTRACT));
|
||||
|
||||
ShopSubStageStatusEnum subStageStatus = AuditResultTypeEnum.PASS.getCode().equals(request.getResultType()) ? ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_23 : ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_22;
|
||||
|
||||
Reference in New Issue
Block a user