2024年6月13日发(作者:)

112 return ng();

113 }

114

115 /**

116 * 是否可以订票

117 *

118 * @param ticketFlag

119 * @param beginStation

120 * @param endStation

121 * @return

122 */

123 private static boolean checkCanTicket(String ticketFlag, int beginStation,

124 int endStation) {

125 boolean result = false;

126 String tempTicket = ing(beginStation, endStation);

127 BigDecimal b = new BigDecimal(tempTicket);

128 if ((new BigDecimal("0"))) {

129 result = true;

130 }

131 return result;

132 }

133

134 }