This commit is contained in:
linfso 2024-07-15 05:56:49 +08:00
parent 0a38fcd679
commit 992151fc25
2 changed files with 8 additions and 6 deletions

View File

@ -49,11 +49,12 @@ public class Oms2cCommonController extends BaseController
@Autowired
RedissonService redissonService;
@Autowired
private IRpcCommonSvc iRpcCommonSvc;
public Oms2cCommonController(IRpcCommonSvc iRpcCommonSvc) {
this.iRpcCommonSvc = iRpcCommonSvc;
}
// public Oms2cCommonController(IRpcCommonSvc iRpcCommonSvc) {
// this.iRpcCommonSvc = iRpcCommonSvc;
// }
/**
* 获取电子面单单号

View File

@ -58,11 +58,12 @@ public class Oms2cWaybillController extends BaseController
@Autowired
private IEmisTmsScanRecordService emisTmsScanRecordService;
@Autowired
private IRpcWaybillSvc iRpcWaybillSvc;
public Oms2cWaybillController(IRpcWaybillSvc iRpcWaybillSvc) {
this.iRpcWaybillSvc = iRpcWaybillSvc;
}
// public Oms2cWaybillController(IRpcWaybillSvc iRpcWaybillSvc) {
// this.iRpcWaybillSvc = iRpcWaybillSvc;
// }
/**