记得上下班打卡 | git大法好,push需谨慎

Commit 6a8fbe17 authored by 胡佳晨's avatar 胡佳晨

修改 同步大麦

parent 07e9bc74
......@@ -156,9 +156,9 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
orderTicketVo.setFieldName(performanceVo.getFieldName());
List<KylinOrderRefundsVo> orderRefundsVoList;
log.debug("getQrCode:" +orderTicketVo.getQrCode());
log.info("getQrCode:" +orderTicketVo.getQrCode());
if (orderTicketVo.getQrCode().equalsIgnoreCase("")) {
log.debug("getQrCode:" +orderTicketVo.getQrCode());
log.info("getQrCode:" +orderTicketVo.getQrCode());
orderRefundsVoList = new ArrayList<>();
} else {
orderRefundsVoList = dataUtils.getOrderRefundVoByOrderId(orderId);
......
......@@ -597,12 +597,12 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
public ResponseDto<PayInnerResultVo> payAgain(PayAgainParam payAgainParam) {
try {
String uid = CurrentUtil.getCurrentUid();
// checkOrderTime(uid);
//检查订单时间 是否关闭
KylinOrderTicketVo orderTicketData = dataUtils.getOrderTicketVo(payAgainParam.getOrderId());
log.info("param uid = "+uid);
if (!orderTicketData.getUserId().equals(uid)) {
log.debug("data uid = "+orderTicketData.getUserId());
log.debug("param uid = "+uid);
log.info("data uid = "+orderTicketData.getUserId());
log.info("param uid = "+uid);
return ResponseDto.failure(ErrorMapping.get("20003"));
}
if (orderTicketData == null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment