diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index de797ad..f1cc179 100644 Binary files a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate and b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/OrderScheduling/Mine/ViewController/MineController.swift b/OrderScheduling/Mine/ViewController/MineController.swift index eac77df..5b13643 100644 --- a/OrderScheduling/Mine/ViewController/MineController.swift +++ b/OrderScheduling/Mine/ViewController/MineController.swift @@ -114,7 +114,9 @@ extension MineController { mineView.wendangziliaoGes.rx.event .observe(on: MainScheduler.instance) .subscribe(onNext: { _ in - WEBTOOL.open(name: .docmentList, appending: nil) + if let supplierId = USER.supplierId { + WEBTOOL.open(name: .docmentList, appending: "&supplierId=\(supplierId)") + } }) .disposed(by: disposeBag) diff --git a/fastlane/report.xml b/fastlane/report.xml index 9888d9e..44e65cc 100644 --- a/fastlane/report.xml +++ b/fastlane/report.xml @@ -5,17 +5,17 @@ - + - + - +