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