feat(sip):bug修改,入库仓ip修改为12,汇智虚拟仓
parent
d01a1faa1a
commit
7597a444b9
|
|
@ -93,7 +93,8 @@ public class OmsPurchaseOrderServiceImpl implements IOmsPurchaseOrderService, To
|
|||
@Value("${sip.nex.owner-name:徐心钰}")
|
||||
private String nexOwnerName;
|
||||
|
||||
@Value("${sip.nex.warehouse-id:3}")
|
||||
// 12,汇智虚拟仓
|
||||
@Value("${sip.nex.warehouse-id:12}")
|
||||
private Long nexWarehouseId;
|
||||
|
||||
@Value("${sip.nex.pay-method:1}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue