|
@@ -1224,6 +1224,9 @@ public class PayOrderLogic {
|
|
|
|
|
|
WorkerOrder workerOrder = workerOrderService.getById(orderId);
|
|
|
|
|
|
+ if (workerOrder == null)
|
|
|
+ throw new RemoteServiceException("单号已变更,请刷新数据");
|
|
|
+
|
|
|
AdminWebsit adminWebsit = adminWebsitService.getById(workerOrder.getWebsitId());
|
|
|
|
|
|
if (StringUtil.isEmpty(adminWebsit.getPayWorkerCodeId()))
|