|
|
@ -574,6 +574,7 @@ public class HighCouponAgentServiceImpl implements HighCouponAgentService { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
|
|
|
|
@Transactional(rollbackFor=Exception.class,isolation = Isolation.SERIALIZABLE,propagation= Propagation.REQUIRES_NEW) |
|
|
|
public Map<String, Object> pushGzSinopec(Long couponAgentRelId, String phone, String remark) throws Exception { |
|
|
|
public Map<String, Object> pushGzSinopec(Long couponAgentRelId, String phone, String remark) throws Exception { |
|
|
|
// 查询兑换码
|
|
|
|
// 查询兑换码
|
|
|
|
HighCouponAgentCode convertCode = getCodeById(couponAgentRelId); |
|
|
|
HighCouponAgentCode convertCode = getCodeById(couponAgentRelId); |
|
|
|