Commit 59dfd90fe20511bf6857e8851e77f86b5622f051
1 parent
bf93e532
Rytask 拍照修改
Showing
1 changed file
with
1 additions
and
6 deletions
src/main/java/com/huaheng/pc/monitor/job/task/RyTask.java
... | ... | @@ -25,6 +25,7 @@ import com.huaheng.pc.barcode.barcodeHeader.service.BarCodeHeaderService; |
25 | 25 | import com.huaheng.pc.config.address.service.AddressService; |
26 | 26 | import com.huaheng.pc.config.camera.domain.Camera; |
27 | 27 | import com.huaheng.pc.config.camera.service.ICameraService; |
28 | +import com.huaheng.pc.config.camera.service.impl.CameraServiceImpl; | |
28 | 29 | import com.huaheng.pc.config.company.service.CompanyService; |
29 | 30 | import com.huaheng.pc.config.container.service.ContainerService; |
30 | 31 | import com.huaheng.pc.config.location.domain.Location; |
... | ... | @@ -99,16 +100,10 @@ public class RyTask extends BaseController { |
99 | 100 | @Resource |
100 | 101 | private TaskHeaderService taskHeaderService; |
101 | 102 | @Resource |
102 | - private ContainerService containerService; | |
103 | - @Resource | |
104 | 103 | private LocationService locationService; |
105 | 104 | @Resource |
106 | 105 | private WcsscanbarcodeService wcsscanbarcodeService; |
107 | 106 | @Resource |
108 | - private CompanyService companyService; | |
109 | - @Resource | |
110 | - private IUserService userService; | |
111 | - @Resource | |
112 | 107 | private IApiLogService apiLogService; |
113 | 108 | @Resource |
114 | 109 | private ZoneService zoneService; |
... | ... |