|
@@ -216,10 +216,16 @@ public class OrderServiceImpl extends ServiceImpl<OrderBaseMapper, OrderBase> im
|
|
|
}*/
|
|
|
|
|
|
// 格力中心的单直接下沉到总包商户(先查WebsitOrderSign 无数据再查CustomerInformationWebsit)
|
|
|
- if (item.getJspgwdno().equals("S9219807") ||
|
|
|
+ /*if (item.getJspgwdno().equals("S9219807") ||
|
|
|
item.getJspgwdno().equals("S9219801") ||
|
|
|
item.getJspgwdno().equals("S9329829")){
|
|
|
publicService.getZXINFO(item.getJspgwdno(), orderBase);
|
|
|
+ }*/
|
|
|
+ // 格力中心的单直接下沉到总包商户 改成下沉到总包服务商(websit_order_sign)
|
|
|
+ if (item.getJspgwdno().equals("S9219807") ||
|
|
|
+ item.getJspgwdno().equals("S9219801") ||
|
|
|
+ item.getJspgwdno().equals("S9329829")){
|
|
|
+ publicService.shshwdToptshwd(item.getJspgwdno(), orderBase);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -560,10 +566,17 @@ public class OrderServiceImpl extends ServiceImpl<OrderBaseMapper, OrderBase> im
|
|
|
}*/
|
|
|
|
|
|
// 格力中心的单直接下沉到总包商户(先查WebsitOrderSign 无数据再查CustomerInformationWebsit)
|
|
|
- if (item.getXjwdno().equals("S9219807") ||
|
|
|
+ /*if (item.getXjwdno().equals("S9219807") ||
|
|
|
item.getXjwdno().equals("S9219801") ||
|
|
|
item.getXjwdno().equals("S9329829")){
|
|
|
publicService.getZXINFO(item.getXjwdno(), orderBase);
|
|
|
+ }*/
|
|
|
+
|
|
|
+ // 格力中心的单直接下沉到总包商户 改成下沉到总包服务商(websit_order_sign)
|
|
|
+ if (item.getXjwdno().equals("S9219807") ||
|
|
|
+ item.getXjwdno().equals("S9219801") ||
|
|
|
+ item.getXjwdno().equals("S9329829")){
|
|
|
+ publicService.shshwdToptshwd(item.getXjwdno(), orderBase);
|
|
|
}
|
|
|
|
|
|
// 结算主体重置 维修网点一般是不填销售单位的通过售后网点来查结算主体 (a.xjwdno,''),a.wxwdno) as websit_id
|