|
@@ -101,6 +101,9 @@ public class CmPayShopService extends CrudService<CmPayShopDao, CmPayShop> {
|
|
if (l.getPayType().equals("6")) {
|
|
if (l.getPayType().equals("6")) {
|
|
l.setPayBank("线上分账");
|
|
l.setPayBank("线上分账");
|
|
}
|
|
}
|
|
|
|
+ if (l.getPayType().equals("7")) {
|
|
|
|
+ l.setPayBank("华夏银行2400");
|
|
|
|
+ }
|
|
}
|
|
}
|
|
//付款类型: 1子订单付款 2供应商差价 3付第三方
|
|
//付款类型: 1子订单付款 2供应商差价 3付第三方
|
|
if (l.getPaymentType() == 1) {
|
|
if (l.getPaymentType() == 1) {
|