|
@@ -34,7 +34,7 @@ public class OrderUtil {
|
|
|
*
|
|
|
* @param order
|
|
|
*/
|
|
|
- public static void orderSplit(NewOrder order,boolean payOnline) {
|
|
|
+ public static void orderSplit(NewOrder order, boolean payOnline) {
|
|
|
int shopOrderNoIndex = 0;
|
|
|
List<NewOrderProduct> orderProducts = order.getOrderProduct();
|
|
|
// 促销
|
|
@@ -338,6 +338,9 @@ public class OrderUtil {
|
|
|
if ("20".equals(payType)) {
|
|
|
return "建设银行3346";
|
|
|
}
|
|
|
+ if ("21".equals(payType)) {
|
|
|
+ return "中国银行9139";
|
|
|
+ }
|
|
|
return "";
|
|
|
}
|
|
|
|