src/main/java/com/taoke/autopay/factory/OrderFactory.java
@@ -67,7 +67,7 @@ .build(); } private static String getOrderStateDesc(Integer orderState, Integer orderType) { public static String getOrderStateDesc(Integer orderState, Integer orderType) { if (orderState == null || orderType == null) { return "未知";