|
@@ -609,6 +609,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
|
+ @Transactional(rollbackFor = Exception.class)
|
|
public Boolean confirmRollbackPeriod(UserPeriodEditBo bo) {
|
|
public Boolean confirmRollbackPeriod(UserPeriodEditBo bo) {
|
|
if(Validator.isEmpty(bo.getOrderGoodsId())){
|
|
if(Validator.isEmpty(bo.getOrderGoodsId())){
|
|
throw new CustomException("参数错误");
|
|
throw new CustomException("参数错误");
|