| | |
| | | import cn.hutool.core.util.ReUtil; |
| | | import com.doumee.core.constants.ResponseStatus; |
| | | import com.doumee.core.exception.BusinessException; |
| | | import com.doumee.core.haikang.model.HKConstants; |
| | | import com.doumee.core.haikang.model.param.BaseResponse; |
| | | import com.doumee.core.haikang.model.param.request.CardBingdingRequest; |
| | | import com.doumee.core.haikang.model.param.request.CardDeletionRequest; |
| | |
| | | */ |
| | | @Override |
| | | @Transactional(rollbackFor = {BusinessException.class,Exception.class}) |
| | | public void updateByIdInBatch(List<MemberCard> memberCards,Integer type,LoginUserInfo userInfo) { |
| | | public void updateByIdInBatch(List<MemberCard> memberCards,Integer type,LoginUserInfo userInfo){ |
| | | if (CollectionUtils.isEmpty(memberCards)) { |
| | | return; |
| | | } |