|
|
|
@ -288,7 +288,7 @@ public class OrderController { |
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.USE_VISIT_ILLEGAL, ""); |
|
|
|
|
} |
|
|
|
|
HighOrder highOrder = null; |
|
|
|
|
if (StringUtils.isBlank(orderNo)) { |
|
|
|
|
if (StringUtils.isNotBlank(orderNo)) { |
|
|
|
|
highOrder = orderService.getOrderDetailByNo(orderNo); |
|
|
|
|
if (highOrder.getProductType() == 12) { |
|
|
|
|
|
|
|
|
@ -352,7 +352,7 @@ public class OrderController { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (StringUtils.isBlank(paySerialNo)) { |
|
|
|
|
if (StringUtils.isNotBlank(paySerialNo)) { |
|
|
|
|
highOrder = orderService.getOrderDetailBySerialNo(paySerialNo); |
|
|
|
|
if (highOrder.getProductType() == 12) { |
|
|
|
|
|
|
|
|
|