推送逻辑修改;
This commit is contained in:
+3
-3
@@ -1010,10 +1010,10 @@ public class StockOutOrderApplicationService {
|
||||
ids.add(outOrderId);
|
||||
batchPush(ids);
|
||||
} else {
|
||||
Long outOrderId = stockOutOrderDO.getOutOrderId();
|
||||
List<Long> ids = new ArrayList<>();
|
||||
String outOrderId = stockOutOrderDO.getOutOrderNumber();
|
||||
List<String> ids = new ArrayList<>();
|
||||
ids.add(outOrderId);
|
||||
omsServiceFeign.batchPush(ids);
|
||||
omsServiceFeign.batchPushByNumber(ids);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
throw new ServiceException("生成报关单失败");
|
||||
|
||||
Reference in New Issue
Block a user