| | |
| | | import com.gkhy.exam.common.api.CommonPage; |
| | | import com.gkhy.exam.common.api.CommonResult; |
| | | import com.gkhy.exam.common.constant.UserConstant; |
| | | import com.gkhy.exam.common.exception.ApiException; |
| | | import com.gkhy.exam.common.utils.PageUtils; |
| | | import com.gkhy.exam.common.utils.SecurityUtils; |
| | | import com.gkhy.exam.system.domain.OutsourcedReview; |
| | |
| | | .set(OutsourcedReviewSubsidiary::getUpdateTime, LocalDateTime.now()).set(OutsourcedReviewSubsidiary::getUpdateBy, SecurityUtils.getUsername()) |
| | | ); |
| | | if (update <= 0){ |
| | | throw new RuntimeException("操作失败"); |
| | | throw new ApiException("操作失败"); |
| | | } |
| | | } |
| | | outsourcedReviewSubsidiaryList.forEach(outsourcedReviewSubsidiary -> { |