提交代码

dev-discount
胡锐 2 years ago
parent 762101b6e0
commit c159e505e2
  1. 1
      hai-service/src/main/java/com/hai/service/impl/HighCouponAgentServiceImpl.java

@ -574,6 +574,7 @@ public class HighCouponAgentServiceImpl implements HighCouponAgentService {
}
@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 {
// 查询兑换码
HighCouponAgentCode convertCode = getCodeById(couponAgentRelId);

Loading…
Cancel
Save